File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
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
+
9
14
## [ 0.4.1] - 2024-03-04
10
15
- Add const fn ` Atomic::from_impl ` to allow creating ` static ` ` Atomic ` s [ #11 ] ( https://github.com/LukasKalbertodt/atomig/pull/11 )
11
16
- 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.
81
86
- Everything.
82
87
83
88
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
85
91
[ 0.4.1 ] : https://github.com/LukasKalbertodt/atomig/compare/v0.4.0...v0.4.1
86
92
[ 0.4.0 ] : https://github.com/LukasKalbertodt/atomig/compare/v0.3.3...v0.4.0
87
93
[ 0.3.3 ] : https://github.com/LukasKalbertodt/atomig/compare/v0.3.2...v0.3.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " atomig"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
authors = [" Lukas Kalbertodt <lukas.kalbertodt@gmail.com>" ]
5
5
edition = " 2021"
6
6
You can’t perform that action at this time.
0 commit comments