Skip to content

Commit

Permalink
bump up version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 authored Aug 17, 2022
1 parent 12d4a8e commit 3829abc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.6.3
- check input length in decrypt (#17)

# Verison 0.6.2
- add keyword and category (#15)

# Version 0.6.1
- Fix a typo

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

0 comments on commit 3829abc

Please sign in to comment.