Skip to content

Commit b5d460b

Browse files
committed
version bump to v0.0.10
Signed-off-by: Benno Lossin <[email protected]>
1 parent 9cc02fb commit b5d460b

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.10] - 2025-08-19
11+
1012
### Added
1113

1214
- `Wrapper<T>` trait added for creating wrapper structs with a structurally pinned value.
@@ -93,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9395

9496
## [0.0.6] - 2023-04-08
9597

96-
[unreleased]: https://github.com/Rust-for-Linux/pin-init/compare/v0.0.9...HEAD
98+
[unreleased]: https://github.com/Rust-for-Linux/pin-init/compare/v0.0.10...HEAD
99+
[0.0.10]: https://github.com/Rust-for-Linux/pin-init/compare/v0.0.9...v0.0.10
97100
[0.0.9]: https://github.com/Rust-for-Linux/pin-init/compare/v0.0.8...v0.0.9
98101
[0.0.8]: https://github.com/Rust-for-Linux/pin-init/compare/v0.0.7...v0.0.8
99102
[0.0.7]: https://github.com/Rust-for-Linux/pin-init/compare/v0.0.6...v0.0.7

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pin-init"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
edition = "2021"
55

66
authors = ["y86-dev"]
@@ -15,7 +15,7 @@ categories = ["no-std", "rust-patterns", "embedded"]
1515

1616
[dependencies]
1717
paste = "1.0"
18-
pin-init-internal = { path = "./internal", version = "=0.0.5" }
18+
pin-init-internal = { path = "./internal", version = "=0.0.6" }
1919

2020
[features]
2121
default = ["std", "alloc"]

internal/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pin-init-internal"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2021"
55

66
authors = ["y86-dev"]

0 commit comments

Comments
 (0)