Skip to content

Commit 97f419c

Browse files
committed
Release 0.2.21
1 parent c50ff6d commit 97f419c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [0.2.21] - 2023-08-10
14+
1315
- Fix AVR 16-bit atomic load/store.
1416

1517
- Optimize AArch64 128-bit store/swap when the `lse128` target feature is enabled at compile-time.
@@ -190,7 +192,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
190192

191193
Initial release
192194

193-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.20...HEAD
195+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.21...HEAD
196+
[0.2.21]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.20...v0.2.21
194197
[0.2.20]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.19...v0.2.20
195198
[0.2.19]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.18...v0.2.19
196199
[0.2.18]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.17...v0.2.18

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atomic-maybe-uninit"
3-
version = "0.2.20"
3+
version = "0.2.21"
44
edition = "2021"
55
rust-version = "1.59"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)