Skip to content

Commit

Permalink
For 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Jul 16, 2020
1 parent 232b104 commit cf45d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "johnnycanencrypt"
version = "0.1.0"
version = "0.2.0"
authors = ["Kushal Das <[email protected]>"]
edition = "2018"

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

### Added

- This changelog :)
- If the public/secret key file is missing, while trying to create a `Johnny` object will raise `FileNotFound` error.
- If one tries to decrypt using a public key file, it will throw `AttributeError`.
- `encrypt_bytes` now returns bytes (instead of string).
Expand Down

0 comments on commit cf45d9f

Please sign in to comment.