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 and oeb25 committed May 2, 2024
1 parent 6552d4d commit 7217e5a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## [0.2.0] - 2024-05-02

### Documentation

- Update `backend` doc links

### Features

- [**breaking**] Remove `async-trait` crate and `async`, `z3`, `cvc5` features
- [**breaking**] Remove `Async{Driver,Solver}` in favor of `Tokio{Driver,Solver}`

### Miscellaneous Tasks

- Skip formatting generated files

### Refactor

- Generate `logics.rs` in xtask rather than `build.rs`
- Generate `ast.rs` in xtask rather than `build.rs`

### Misc

- Move some crate versions to root `Cargo.toml`

<!-- generated by git-cliff -->
## [0.1.8] - 2023-12-26

### Bug Fixes
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.1.8"
version = "0.2.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.1.8" }
smtlib-lowlevel = { path = "./lowlevel", version = "0.2.0" }
thiserror = "1.0.38"
insta = { version = "1.23.0", features = ["ron"] }

Expand Down

0 comments on commit 7217e5a

Please sign in to comment.