Skip to content

Commit 7b0c2f4

Browse files
committed
Release 0.3.0
1 parent ed2c9c5 commit 7b0c2f4

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

1111
## [Unreleased]
1212

13+
## [0.3.0] - 2023-10-01
14+
1315
- Optimize inline assemblies using `MaybeUninit` input/output of inline assembly implemented by [rust-lang/rust#114790](https://github.com/rust-lang/rust/pull/114790), where it is available. This greatly improves performance and is almost equivalent to std atomic types. ([#19](https://github.com/taiki-e/atomic-maybe-uninit/pull/19))
1416

1517
## [0.2.22] - 2023-08-15
@@ -202,7 +204,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
202204

203205
Initial release
204206

205-
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.22...HEAD
207+
[Unreleased]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.3.0...HEAD
208+
[0.3.0]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.22...v0.3.0
206209
[0.2.22]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.21...v0.2.22
207210
[0.2.21]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.20...v0.2.21
208211
[0.2.20]: https://github.com/taiki-e/atomic-maybe-uninit/compare/v0.2.19...v0.2.20

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

0 commit comments

Comments
 (0)