Skip to content

Commit

Permalink
prepare for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed May 12, 2024
1 parent 346db37 commit 84c05a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [0.5.1]
## [0.5.2]
* Add the ability to transition from a fully marked arena immediately into
`CollectionPhase::Collecting`.

## [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`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.5.1"
version = "0.5.2"
authors = ["kyren <catherine@kyju.org>", "moulins", "Aaron Hill <aa1ronham@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -31,7 +31,7 @@ allocator-api2 = ["dep:allocator-api2", "hashbrown?/allocator-api2"]

[dependencies]
allocator-api2 = { version = "0.2", optional = true, default-features = false, features = ["alloc"] }
gc-arena-derive = { path = "./derive", version = "0.5.0"}
gc-arena-derive = { path = "./derive", version = "0.5.2"}
hashbrown = { version = "0.14", optional = true, default-features = false }
sptr = "0.3.2"
tracing = { version = "0.1.37", optional = true, default-features = false }
Expand Down

0 comments on commit 84c05a7

Please sign in to comment.