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

Commit

Permalink
Merge #425
Browse files Browse the repository at this point in the history
425: Prepare sodiumoxide for release r=dnaq a=tasn



Co-authored-by: Tom Hacohen <tom@stosb.com>
Co-authored-by: Tom Hacohen <tasn@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 21, 2020
2 parents 21d510c + 905a36c commit 03c4140
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.2.6 (Jul 19, 2020)

* Update prebuilt windows binaries to those published at 2020-06-30 at libsodium.org
* Update libsodium submodule to latest stable branch commit. (#420, #400)
* Avoid ptr_cast feature as it was not yet stable in Rust 1.36. (#408)
* Fix build script by using the correct arguments for xcopy (#407)
* Avoid dev dependencies on tar and libflate by including libsodium as a Git submodule. (#393)
* Add bindings to KDF functions (#351)
* Expose libsodium's hexadecimal encoding/decoding helper functions (#390)
* Expose libsodium's Base64 encoding/decoding helper functions (#391)
* remove ill-advised gen_nonce functions (#395)

# 0.2.5 (Oct 11, 2019)

* Fix Digest PartialEq (#381)
Expand Down
2 changes: 1 addition & 1 deletion 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.5"
version = "0.2.6"
exclude = [
"**/.gitignore",
".travis.yml",
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.5"
version = "0.2.6"

[badges]
travis-ci = { repository = "sodiumoxide/sodiumoxide" }
Expand Down

0 comments on commit 03c4140

Please sign in to comment.