Skip to content

Commit b19a885

Browse files
Bump version to 0.4.2
1 parent 92b2019 commit b19a885

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.4.2] - 2024-10-18
10+
- Add `Send + Sync + Unpin` bound to `PrimitiveAtom::Impl`.
11+
As a consequence, these traits are now implemented for `Atomic<T>` unconditionally.
12+
([#14](https://github.com/LukasKalbertodt/atomig/issues/14))
13+
914
## [0.4.1] - 2024-03-04
1015
- Add const fn `Atomic::from_impl` to allow creating `static` `Atomic`s [#11](https://github.com/LukasKalbertodt/atomig/pull/11)
1116
- Add `Atom` & `AtomLogic` impl for small, pow2-sized integer arrays [#12](https://github.com/LukasKalbertodt/atomig/pull/12)
@@ -81,7 +86,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8186
- Everything.
8287

8388

84-
[Unreleased]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.1...HEAD
89+
[Unreleased]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.2...HEAD
90+
[0.4.2]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.1...v0.4.2
8591
[0.4.1]: https://github.com/LukasKalbertodt/atomig/compare/v0.4.0...v0.4.1
8692
[0.4.0]: https://github.com/LukasKalbertodt/atomig/compare/v0.3.3...v0.4.0
8793
[0.3.3]: https://github.com/LukasKalbertodt/atomig/compare/v0.3.2...v0.3.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atomig"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)