Skip to content

Commit 027f6dc

Browse files
authored
bump up version to 0.6.0 (#13)
1 parent 9d0ebde commit 027f6dc

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.0
2+
- Reverse API change in 0.5.0
3+
14
# Version 0.5.0
25
- API change: return an error type for cbc_decrypt
36
- Update README

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.5.0"
3+
version = "0.6.0"
44
authors = ["Han Xu <[email protected]>"]
55
edition = "2018"
66
description = "AES cipher in safe Rust with no dependencies"

0 commit comments

Comments
 (0)