Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
y86-dev committed Dec 2, 2024
1 parent 812af8a commit 5d00b8a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9] - 2024-12-02

### Added

- `InPlaceWrite` trait to re-initialize already existing allocations,
- `assert_pinned!` macro to check if a field is marked with `#[pin]`,
- compatibility with stable Rust, thanks a lot to @bonzini! #24 and #23:
- the `alloc` feature enables support for `allocator_api` and reflects the old behavior, if it is
disabled, then infallible allocations are assumed (just like the standard library does).

### Fixed

- guard hygiene wrt constants in `[try_][pin_]init!`

## [0.0.8] - 2024-07-07

### Changed
Expand Down Expand Up @@ -51,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.0.6] - 2023-04-08

[unreleased]: https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.7...HEAD
[unreleased]: https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.9...HEAD
[0.0.8]: https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/Rust-for-Linux/pinned-init/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/Rust-for-Linux/pinned-init/releases/tag/v0.0.6
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pinned-init"
version = "0.0.8"
version = "0.0.9"
edition = "2021"

authors = ["y86-dev"]
Expand Down

0 comments on commit 5d00b8a

Please sign in to comment.