Skip to content

Commit

Permalink
bump up verison to 0.6.5 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 authored May 28, 2023
1 parent 7fe7208 commit 8a7b17b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.6.5
- Handles empty data gracefully in unpad() (#22)
- Fix build warnings in recent Rust 1.69 (#23)
- Add a test case for empty data in CBC (#24)

# Version 0.6.4
- Enable cargo fmt check (#19)

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.4"
version = "0.6.5"
authors = ["Han Xu <[email protected]>"]
edition = "2018"
description = "AES cipher in safe Rust with no dependencies"
Expand Down

0 comments on commit 8a7b17b

Please sign in to comment.