Skip to content

Commit 6e50bec

Browse files
chore: release
1 parent d14e6b0 commit 6e50bec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.2](https://github.com/rustic-rs/aes256ctr_poly1305aes/compare/v0.2.1...v0.2.2) - 2024-10-08
6+
7+
### Other
8+
9+
- update dprint config ([#31](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/31))
10+
- *(deps)* update marcoieni/release-plz-action digest to 693f6d4 ([#29](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/29))
11+
512
## [0.2.1](https://github.com/rustic-rs/aes256ctr_poly1305aes/compare/v0.2.0...v0.2.1) - 2024-10-03
613

714
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes256ctr_poly1305aes"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Alexander Weiss"]
55
categories = ["cryptography", "no-std"]
66
documentation = "https://docs.rs/aes256ctr-poly1305aes"

0 commit comments

Comments
 (0)