Skip to content

Commit

Permalink
Prepare for 0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaq committed Sep 3, 2019
1 parent 1bd2d61 commit 75a667f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.4 (Sep 3, 2019)
* Fixed erronoeus dependency on older libsodium-sys
* Fixed use of deprecated try! macro (#369)

# 0.2.3 (Sep 1, 2019)

* Allow reusing Vec for secretstream (#357)
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.3"
version = "0.2.4"
exclude = [
"**/.gitignore",
".travis.yml",
Expand All @@ -25,7 +25,7 @@ coveralls = { repository = "sodiumoxide/sodiumoxide" }

[dependencies]
libc = { version = "^0.2.41" , default-features = false }
libsodium-sys = { version = "0.2.3", path = "libsodium-sys" }
libsodium-sys = { version = "0.2.4", 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.3"
version = "0.2.4"

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

0 comments on commit 75a667f

Please sign in to comment.