Skip to content

Commit

Permalink
bump up version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 committed Sep 5, 2022
1 parent cd8fd65 commit 38d99b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 0.6.4
- Enable cargo fmt check (#19)

# Version 0.6.3
- check input length in decrypt (#17)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libaes"
version = "0.6.3"
version = "0.6.4"
authors = ["Han Xu <keepsimple@gmail.com>"]
edition = "2018"
description = "AES cipher in safe Rust with no dependencies"
Expand Down

0 comments on commit 38d99b7

Please sign in to comment.