Skip to content

Commit 4a79f5e

Browse files
committed
Release 0.3.4
1 parent 4b7a9e7 commit 4a79f5e

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.4] - 2024-11-19
16+
1517
This release includes improvements to platform support, various optimizations, [significant improvements to code comments](https://github.com/taiki-e/atomic-maybe-uninit/pull/30), etc.
1618

1719
- Improvements to platform support:
@@ -276,7 +278,8 @@ This release includes improvements to platform support, various optimizations, [
276278

277279
Initial release
278280

279-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.3...HEAD
281+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.4...HEAD
282+
[0.3.4]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.3...v0.3.4
280283
[0.3.3]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.2...v0.3.3
281284
[0.3.2]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.1...v0.3.2
282285
[0.3.1]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.0...v0.3.1

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

0 commit comments

Comments
 (0)