We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0ebde commit 027f6dcCopy full SHA for 027f6dc
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# Version 0.6.0
2
+- Reverse API change in 0.5.0
3
+
4
# Version 0.5.0
5
- API change: return an error type for cbc_decrypt
6
- Update README
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libaes"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Han Xu <[email protected]>"]
edition = "2018"
description = "AES cipher in safe Rust with no dependencies"
0 commit comments