Skip to content

Commit fb7ef0a

Browse files
committed
Release 0.3.7
1 parent d9d3a53 commit fb7ef0a

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.7] - 2025-03-04
16+
1517
- Improve RISC-V support
1618
- Support 64-bit atomics on riscv32 when Zacas extension is available. ([f32463f](https://github.com/taiki-e/atomic-maybe-uninit/commit/f32463f92c35c9ee902e07c08e3952698db5b2a8))
1719
- Support 128-bit atomics on riscv64 when Zacas extension is available. ([f32463f](https://github.com/taiki-e/atomic-maybe-uninit/commit/f32463f92c35c9ee902e07c08e3952698db5b2a8))
@@ -306,7 +308,8 @@ This release includes improvements to platform support, various optimizations, [
306308

307309
Initial release
308310

309-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.6...HEAD
311+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.7...HEAD
312+
[0.3.7]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.6...v0.3.7
310313
[0.3.6]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.5...v0.3.6
311314
[0.3.5]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.4...v0.3.5
312315
[0.3.4]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.3...v0.3.4

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

0 commit comments

Comments
 (0)