Skip to content

Commit f4f07c7

Browse files
committed
Release 0.2.20
1 parent 9ab9a7e commit f4f07c7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.20] - 2023-08-02
14+
1315
- Support pre-v6 ARM Linux/Android (e.g., armv5te-unknown-linux-gnueabi, arm-linux-androideabi, etc.).
1416

1517
- Support Hexagon (experimental).
@@ -180,7 +182,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
180182

181183
Initial release
182184

183-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.19...HEAD
185+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.20...HEAD
186+
[0.2.20]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.19...v0.2.20
184187
[0.2.19]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.18...v0.2.19
185188
[0.2.18]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.17...v0.2.18
186189
[0.2.17]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.16...v0.2.17

Cargo.toml

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

0 commit comments

Comments
 (0)