Skip to content

Commit ae95df6

Browse files
committed
Release 0.3.2
1 parent 1652ebe commit ae95df6

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.3.2] - 2024-07-10
14+
1315
- Support Arm64EC (experimental). ([4d94b3c](https://github.com/taiki-e/atomic-maybe-uninit/commit/4d94b3c0fe4c51f061abb33196821c0e32fa3f21))
1416

1517
- Support swap/CAS on AVR (experimental). ([71b9a5f](https://github.com/taiki-e/atomic-maybe-uninit/commit/71b9a5fa905f59c0c285c78157ed2165bf974fa5))
@@ -232,7 +234,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
232234

233235
Initial release
234236

235-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.1...HEAD
237+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.2...HEAD
238+
[0.3.2]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.1...v0.3.2
236239
[0.3.1]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.0...v0.3.1
237240
[0.3.0]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.22...v0.3.0
238241
[0.2.22]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.21...v0.2.22

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.3.1" #publish:version
3+
version = "0.3.2" #publish:version
44
edition = "2021"
55
rust-version = "1.59"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)