No breaking changes. Bumped the minor version because of a new API of padding.
- support changing auto_padding setting in CBC mode (#30)
- 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)
- Enable cargo fmt check (#19)
- check input length in decrypt (#17)
- add keyword and category (#15)
- Fix a typo
- Reverse API change in 0.5.0
- API change: return an error type for cbc_decrypt
- Update README
- Add support for CFB128 mode
- Add support for 192-bit keys
- Add support for 256-bit keys
- Add missing crates.io doc link
- Add missing fields in Cargo publish
- Initial version