Skip to content

Commit 5d29e92

Browse files
committed
version bump
1 parent 3a67aa0 commit 5d29e92

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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.8] - 2024-07-07
11+
1012
### Changed
1113

1214
- return type of `zeroed()` from `impl Init<T, E>` to `impl Init<T>` (also removing the generic
@@ -50,5 +52,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5052
## [0.0.6] - 2023-04-08
5153

5254
[unreleased]: https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.7...HEAD
55+
[0.0.8]: https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.7...v0.0.8
5356
[0.0.7]: https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.6...v0.0.7
5457
[0.0.6]: https://github.com/Rust-for-Linux/pinned-init/releases/tag/v0.0.6

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.

Cargo.toml

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

66
authors = ["y86-dev"]

0 commit comments

Comments
 (0)