Skip to content

Commit 5f8502d

Browse files
chore: release v0.2.2
1 parent bdc894e commit 5f8502d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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-27
6+
7+
### Other
8+
9+
- *(deps)* add aws-lc-rs and aws-lc-sys to deny list due to build complexity and cross-compilation issues
10+
- add .vscode to ignore list
11+
- enhance cross-check job with Rust version and add support for aarch64-unknown-linux-musl
12+
- *(deps)* update actions ([#39](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/39))
13+
- *(deps)* update marcoieni/release-plz-action digest to f0fdfff ([#38](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/38))
14+
- *(deps)* update marcoieni/release-plz-action digest to 301fd6d ([#37](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/37))
15+
- add installation script for default feature on x86_64-unknown-linux-musl
16+
- use runners according to available images and target triple ([#36](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/36))
17+
- *(deps)* update marcoieni/release-plz-action digest to fff938e ([#35](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/35))
18+
- *(deps)* update actions ([#34](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/34))
19+
- *(deps)* update marcoieni/release-plz-action digest to 394e0e4 ([#33](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/33))
20+
- *(deps)* update actions ([#32](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/32))
21+
- update dprint config ([#31](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/31))
22+
- *(deps)* update marcoieni/release-plz-action digest to 693f6d4 ([#29](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/29))
23+
524
## [0.2.1](https://github.com/rustic-rs/aes256ctr_poly1305aes/compare/v0.2.0...v0.2.1) - 2024-10-03
625

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