Skip to content

Commit

Permalink
prepare for 0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Jul 11, 2023
1 parent 51641e7 commit fbb26b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.3]
- Actually pause for the configured amount of time in the gc, rather than the
minimum.

## [0.3.2]
- Implement `Eq`, `PartialEq`, `Ord`, `PartialOrd`, and `Hash` traits on `Gc<T>`
similar to the traits on std smart pointers like `Rc<T>`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.3.2"
version = "0.3.3"
authors = ["kyren <kerriganw@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/gc-arena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default = ["std"]
std = []

[dependencies]
gc-arena-derive = { path = "../gc-arena-derive", version = "0.3.2"}
gc-arena-derive = { path = "../gc-arena-derive", version = "0.3.3"}
sptr = "0.3.2"

[dev-dependencies]
Expand Down

0 comments on commit fbb26b4

Please sign in to comment.