Skip to content

Commit

Permalink
prepare for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Jan 1, 2024
1 parent 84eab6d commit 750026b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.1]

Small fixups from 0.3

* Actually export `ExecutorInner`
* Add a missing `#[doc(hidden)]` around an internal macro.

## [0.3]

Huge release! Much safer `Executor` API that no longer requires recursion
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
version = "0.3.1"
edition = "2021"
authors = ["kyren <[email protected]>"]
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.0" }
piccolo = { path = "./", version = "0.3.1" }

[package]
name = "piccolo"
Expand Down

0 comments on commit 750026b

Please sign in to comment.