Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Sep 27, 2016
1 parent 8b1a347 commit 0445bbd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,15 @@
# v0.3.0 (2016-09-27)

* Switched to *ring* for the crypto part
* Cleaned up error handling
* Prevent overwriting existing files
* Check the keynum on keys
* Ensure compatibility with original signify on CI

# v0.2.0 (2016-06-27)

Now with passphrase-protection for your secret key.

# v0.1.0 (2016-06-14)

The initial working release.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "signify"
version = "0.2.0"
version = "0.3.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]

keywords = [ "cryptography", "security" ]
Expand Down

0 comments on commit 0445bbd

Please sign in to comment.