From 9d4906be78959db2194f1fdc29e0b4eccde81134 Mon Sep 17 00:00:00 2001 From: kyren Date: Sat, 15 Jun 2024 21:36:23 -0600 Subject: [PATCH] prepare for 0.3.3 release --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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"