Skip to content

Commit 38d99b7

Browse files
authored
bump up version (#20)
1 parent cd8fd65 commit 38d99b7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 0.6.4
2+
- Enable cargo fmt check (#19)
3+
14
# Version 0.6.3
25
- check input length in decrypt (#17)
36

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libaes"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Han Xu <[email protected]>"]
55
edition = "2018"
66
description = "AES cipher in safe Rust with no dependencies"

0 commit comments

Comments
 (0)