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.1] - 2024-03-04
10
+ - Add const fn ` Atomic::from_impl ` to allow creating ` static ` ` Atomic ` s [ #11 ] ( https://github.com/LukasKalbertodt/atomig/pull/11 )
11
+ - Add ` Atom ` & ` AtomLogic ` impl for small, pow2-sized integer arrays [ #12 ] ( https://github.com/LukasKalbertodt/atomig/pull/12 )
12
+ - Fix CI badge in README
13
+
9
14
## [ 0.4.0] - 2022-04-09
10
15
### Changed
11
16
- ** Breaking** : the minimal supported Rust version (MSRV) is now 1.60
@@ -76,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
76
81
- Everything.
77
82
78
83
79
- [ Unreleased ] : https://github.com/LukasKalbertodt/atomig/compare/v0.4.0...HEAD
84
+ [ Unreleased ] : https://github.com/LukasKalbertodt/atomig/compare/v0.4.1...HEAD
85
+ [ 0.4.1 ] : https://github.com/LukasKalbertodt/atomig/compare/v0.4.0...v0.4.1
80
86
[ 0.4.0 ] : https://github.com/LukasKalbertodt/atomig/compare/v0.3.3...v0.4.0
81
87
[ 0.3.3 ] : https://github.com/LukasKalbertodt/atomig/compare/v0.3.2...v0.3.3
82
88
[ 0.3.2 ] : https://github.com/LukasKalbertodt/atomig/compare/v0.3.1...v0.3.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " atomig"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
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