Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
Features:
  - Lib/Ratchet: Added PQC to double ratchet

Bugfix:
  - Wrapper/Go: Fixed double de-allocation of C context in functions that return an interface
  • Loading branch information
SergeySeroshtan committed Apr 16, 2020
2 parents 337ea43 + 5ab6b42 commit 5c3e05e
Show file tree
Hide file tree
Showing 265 changed files with 10,048 additions and 4,678 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

project(virgil_crypto VERSION 0.13.2 LANGUAGES C)
project(virgil_crypto VERSION 0.14.0 LANGUAGES C)


# ---------------------------------------------------------------------------
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# virgil-crypto-c ChangeLog (Sorted by date)


## Version 0.14.0 released 2020-04-16

### Features

- Lib/Ratchet: Added PQC to double ratchet

### Bugfix

- Wrapper/Go: Fixed double de-allocation of C context in functions that return an interface


## Version 0.13.2 released 2020-03-30


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.2
0.14.0
4 changes: 2 additions & 2 deletions VSCCrypto.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "VSCCrypto"
s.version = "0.13.2"
s.version = "0.14.0"
s.license = { :type => "BSD", :file => "Carthage/LICENSE" }
s.summary = "Contains basic c functions classes for creating key pairs, encrypting/decrypting data, signing data and verifying signatures."
s.homepage = "https://github.com/VirgilSecurity/virgil-crypto-c"
s.authors = { "Virgil Security" => "https://virgilsecurity.com/" }
s.source = { :http => "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.13.2/VSCCrypto.framework.zip" }
s.source = { :http => "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.14.0/VSCCrypto.framework.zip" }
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"
Expand Down
Loading

0 comments on commit 5c3e05e

Please sign in to comment.