Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 12, 2024
1 parent 787a671 commit 92fe06c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
## [0.2.0] - 2024-05-02

### Documentation
Expand Down
6 changes: 3 additions & 3 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 @@ -3,14 +3,14 @@ members = ["smtlib", "lowlevel", "xtask"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.3.0"

[workspace.dependencies]
itertools = "0.12.0"
miette = { version = "5.5.0" }
serde = { version = "1.0.152", features = ["derive"] }
smtlib = { path = "./smtlib" }
smtlib-lowlevel = { path = "./lowlevel", version = "0.2.0" }
smtlib-lowlevel = { path = "./lowlevel", version = "0.3.0" }
thiserror = "1.0.38"
insta = { version = "1.23.0", features = ["ron"] }

Expand Down

0 comments on commit 92fe06c

Please sign in to comment.