Skip to content

Commit

Permalink
prepare for v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Apr 22, 2024
1 parent 42b901e commit 64ab987
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.5.1]

* Correct the behavior of `Arena::mark_debt` and `Arena::mark_all`
to do what their documentation suggest and do nothing during
`CollectionPhase::Collecting`
* Implement `Collect` for `std::collections::LinkedList`
* Make `StaticCollect<T>` `#[repr(transparent)]`, to support sound casting from
`Gc<StaticCollect<T>>` to `Gc<T>`.

## [0.5.0]

This release adds the concept of "finalization" to arenas. At the end of the
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.5.0"
version = "0.5.1"
authors = ["kyren <[email protected]>", "moulins", "Aaron Hill <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 64ab987

Please sign in to comment.