Skip to content

Commit 251b218

Browse files
committed
Release 0.3.3
1 parent 5220cf0 commit 251b218

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
@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1212

1313
## [Unreleased]
1414

15+
## [0.3.3] - 2024-10-14
16+
1517
- Make `get_mut` `const fn` on Rust 1.83+. ([484a32f](https://github.com/taiki-e/atomic-maybe-uninit/commit/484a32f8cc2a45315b6868e6984036814f9850b5))
1618

1719
- Work around LLVM pre-20 bug ([#25](https://github.com/taiki-e/atomic-maybe-uninit/issues/25))
@@ -252,7 +254,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
252254

253255
Initial release
254256

255-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.2...HEAD
257+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.3...HEAD
258+
[0.3.3]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.2...v0.3.3
256259
[0.3.2]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.1...v0.3.2
257260
[0.3.1]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.0...v0.3.1
258261
[0.3.0]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.22...v0.3.0

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

0 commit comments

Comments
 (0)