-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "signify" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Jan-Erik Rediger <[email protected]>"] | ||
|
||
keywords = [ "cryptography", "security" ] | ||
|