Skip to content

Commit 0fc6af3

Browse files
committed
Release 0.3.5
1 parent 84d1781 commit 0fc6af3

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.5] - 2024-11-23
16+
1517
- Documentation improvements.
1618

1719
## [0.3.4] - 2024-11-19
@@ -280,7 +282,8 @@ This release includes improvements to platform support, various optimizations, [
280282

281283
Initial release
282284

283-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.4...HEAD
285+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.5...HEAD
286+
[0.3.5]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.4...v0.3.5
284287
[0.3.4]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.3...v0.3.4
285288
[0.3.3]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.2...v0.3.3
286289
[0.3.2]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.1...v0.3.2

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

0 commit comments

Comments
 (0)