Skip to content

Commit 9d4906b

Browse files
committed
prepare for 0.3.3 release
1 parent b079a68 commit 9d4906b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.3.3]
2+
* Bugfix to not reset live threads held in upvalues of dead threads.
3+
14
## [0.3.2]
25

36
* Bugfix for tail-calling uncallable values. Fixes internal panics.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default-members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.3.2"
12+
version = "0.3.3"
1313
edition = "2021"
1414
authors = ["kyren <catherine@kyju.org>"]
1515
license = "MIT"
@@ -25,7 +25,7 @@ rand = { version = "0.8", features = ["small_rng"] }
2525
serde = "1.0"
2626
thiserror = "1.0"
2727

28-
piccolo = { path = "./", version = "0.3.2" }
28+
piccolo = { path = "./", version = "0.3.3" }
2929

3030
[package]
3131
name = "piccolo"

0 commit comments

Comments
 (0)