Skip to content

Commit

Permalink
bump up version to 0.3.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 committed Sep 22, 2020
1 parent 92486a9 commit 8f2009d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.3.0

- Add support for 192-bit keys

# Version 0.2.0

- Add support for 256-bit keys
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[package]
name = "libaes"
version = "0.2.0"
version = "0.3.0"
authors = ["Han Xu <keepsimple@gmail.com>"]
edition = "2018"
description = "AES cipher in safe Rust"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/keepsimple1/libaes"
homepage = "https://github.com/keepsimple1/libaes"
documentation = "https://docs.rs/libaes"
keywords = ["crypto", "aes"]
readme = "README.md"

0 comments on commit 8f2009d

Please sign in to comment.