File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.0.9] - 2024-12-02
11
+
12
+ ### Added
13
+
14
+ - ` InPlaceWrite ` trait to re-initialize already existing allocations,
15
+ - ` assert_pinned! ` macro to check if a field is marked with ` #[pin] ` ,
16
+ - compatibility with stable Rust, thanks a lot to @bonzini ! #24 and #23 :
17
+ - the ` alloc ` feature enables support for ` allocator_api ` and reflects the old behavior, if it is
18
+ disabled, then infallible allocations are assumed (just like the standard library does).
19
+
20
+ ### Fixed
21
+
22
+ - guard hygiene wrt constants in ` [try_][pin_]init! `
23
+
10
24
## [ 0.0.8] - 2024-07-07
11
25
12
26
### Changed
@@ -51,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
65
52
66
## [ 0.0.6] - 2023-04-08
53
67
54
- [ unreleased ] : https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.7...HEAD
68
+ [ unreleased ] : https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.9...HEAD
69
+ [ 0.0.8 ] : https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.8...v0.0.9
55
70
[ 0.0.8 ] : https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.7...v0.0.8
56
71
[ 0.0.7 ] : https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.6...v0.0.7
57
72
[ 0.0.6 ] : https://github.com/Rust-for-Linux/pinned-init/releases/tag/v0.0.6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pinned-init"
3
- version = " 0.0.8 "
3
+ version = " 0.0.9 "
4
4
edition = " 2021"
5
5
6
6
authors = [" y86-dev" ]
You can’t perform that action at this time.
0 commit comments