Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #466 from ValHeimer/release_0_2_7
Browse files Browse the repository at this point in the history
Bump version (0.2.7) and update changelog
  • Loading branch information
dnaq authored Jun 24, 2021
2 parents f067482 + 139c67b commit 179e13c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.2.7 (Jun 21, 2021)

* Add ed25519 to x25519 conversion methods (#456)
* Update prebuilt windows binaries to those published at 2020-12-31 at libsodium.org
* Update libsodium submodule to stable branch commit 8acd227
* Fix no_std build
* Expose the sodium_pad and sodium_unpad functions
* Switch from using xcopy to using walkdir + fs::copy in build script
* Add support for the AES256-GCM AEAD construction
* Expose randombytes_buf_deterministic function (#431)

# 0.2.6 (Jul 19, 2020)

* Remove support for using vcpkg for windows (msvc) builds since it was undertested
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "sodiumoxide"
readme = "README.md"
repository = "https://github.com/sodiumoxide/sodiumoxide"
categories = ["cryptography"]
version = "0.2.6"
version = "0.2.7"
exclude = [
"**/.gitignore",
".github/*"
Expand All @@ -20,7 +20,7 @@ members = ["libsodium-sys", "testcrate"]
[dependencies]
ed25519 = { version = "1", default-features = false }
libc = { version = "^0.2.41" , default-features = false }
libsodium-sys = { version = "0.2.5", path = "libsodium-sys" }
libsodium-sys = { version = "0.2.7", path = "libsodium-sys" }
serde = { version = "^1.0.59", default-features = false, optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libsodium-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ links = "sodium"
name = "libsodium-sys"
repository = "https://github.com/sodiumoxide/sodiumoxide.git"
categories = ["cryptography", "api-bindings"]
version = "0.2.6"
version = "0.2.7"

[build-dependencies]
pkg-config = "0.3"
Expand Down

0 comments on commit 179e13c

Please sign in to comment.