Skip to content

Commit 309d4e9

Browse files
committed
Release 0.3.6
1 parent 0b6745a commit 309d4e9

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.6] - 2025-01-05
16+
1517
- Optimize Hexagon atomic RMWs. ([cd12f7b](https://github.com/taiki-e/atomic-maybe-uninit/commit/cd12f7b60fb41796528fe351e6d5b8ad1bb3dedf))
1618

1719
- Improve compile-time detection of x86_32 x87. ([7c40f86](https://github.com/taiki-e/atomic-maybe-uninit/commit/7c40f86e2eba61bdf4268129c39d1721f2efe1f1))
@@ -290,7 +292,8 @@ This release includes improvements to platform support, various optimizations, [
290292

291293
Initial release
292294

293-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.5...HEAD
295+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.6...HEAD
296+
[0.3.6]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.5...v0.3.6
294297
[0.3.5]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.4...v0.3.5
295298
[0.3.4]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.3...v0.3.4
296299
[0.3.3]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.2...v0.3.3

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

0 commit comments

Comments
 (0)