Skip to content

Commit 750026b

Browse files
committed
prepare for 0.3.1 release
1 parent 84eab6d commit 750026b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.3.1]
2+
3+
Small fixups from 0.3
4+
5+
* Actually export `ExecutorInner`
6+
* Add a missing `#[doc(hidden)]` around an internal macro.
7+
18
## [0.3]
29

310
Huge release! Much safer `Executor` API that no longer requires recursion

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0"
12+
version = "0.3.1"
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.0" }
28+
piccolo = { path = "./", version = "0.3.1" }
2929

3030
[package]
3131
name = "piccolo"

0 commit comments

Comments
 (0)