diff --git a/CHANGELOG.md b/CHANGELOG.md index dadd4e96..0be2d5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index bb63fa7f..0c3da0b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ default-members = [ ] [workspace.package] -version = "0.3.2" +version = "0.3.3" edition = "2021" authors = ["kyren "] license = "MIT" @@ -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"