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 Jun 16, 2024
1 parent b079a68 commit 9d4906b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.3.3]
* Bugfix to not reset live threads held in upvalues of dead threads.

## [0.3.2]

* Bugfix for tail-calling uncallable values. Fixes internal panics.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-members = [
]

[workspace.package]
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["kyren <catherine@kyju.org>"]
license = "MIT"
Expand All @@ -25,7 +25,7 @@ rand = { version = "0.8", features = ["small_rng"] }
serde = "1.0"
thiserror = "1.0"

piccolo = { path = "./", version = "0.3.2" }
piccolo = { path = "./", version = "0.3.3" }

[package]
name = "piccolo"
Expand Down

0 comments on commit 9d4906b

Please # to comment.