Skip to content

Commit 448df1a

Browse files
chore: release v0.2.2
1 parent 374a478 commit 448df1a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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-11-11
6+
7+
### Other
8+
9+
- *(deps)* update marcoieni/release-plz-action digest to 301fd6d ([#37](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/37))
10+
- add installation script for default feature on x86_64-unknown-linux-musl
11+
- use runners according to available images and target triple ([#36](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/36))
12+
- *(deps)* update marcoieni/release-plz-action digest to fff938e ([#35](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/35))
13+
- *(deps)* update actions ([#34](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/34))
14+
- *(deps)* update marcoieni/release-plz-action digest to 394e0e4 ([#33](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/33))
15+
- *(deps)* update actions ([#32](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/32))
16+
- update dprint config ([#31](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/31))
17+
- *(deps)* update marcoieni/release-plz-action digest to 693f6d4 ([#29](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/29))
18+
519
## [0.2.1](https://github.com/rustic-rs/aes256ctr_poly1305aes/compare/v0.2.0...v0.2.1) - 2024-10-03
620

721
### 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)