Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 24, 2017
1 parent f14a21d commit 8709451
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [0.2.0] - 2017-01-23

### Added

* Support for the PBKDF2 key-derivation function (#1)
Expand All @@ -10,4 +12,5 @@

Initial release. Includes a wrapper for the `CommonDigestSPI` API.

[0.2.0]: https://github.com/malept/rust-commoncrypto/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/malept/rust-commoncrypto/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion commoncrypto-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "commoncrypto-sys"
version = "0.1.0"
version = "0.2.0"
authors = ["Mark Lee"]
description = "FFI bindings to Mac OS X's CommonCrypto library"
documentation = "https://docs.rs/commoncrypto-sys"
Expand Down
4 changes: 2 additions & 2 deletions commoncrypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "commoncrypto"
version = "0.1.0"
version = "0.2.0"
authors = ["Mark Lee"]
description = "Idiomatic Rust wrappers for Mac OS X's CommonCrypto library"
documentation = "https://docs.rs/commoncrypto"
Expand All @@ -12,7 +12,7 @@ license = "MIT"
lint = ["clippy"]

[dependencies]
commoncrypto-sys = { version = "0.1.0", path = "../commoncrypto-sys" }
commoncrypto-sys = { version = "0.2.0", path = "../commoncrypto-sys" }

clippy = { version = "0.0", optional = true }

Expand Down

0 comments on commit 8709451

Please sign in to comment.