All notable changes to this project will be documented in this file.
- Update
backend
doc links
- [breaking] Remove
async-trait
crate andasync
,z3
,cvc5
features - [breaking] Remove
Async{Driver,Solver}
in favor ofTokio{Driver,Solver}
- Skip formatting generated files
- Generate
logics.rs
in xtask rather thanbuild.rs
- Generate
ast.rs
in xtask rather thanbuild.rs
- Move some crate versions to root
Cargo.toml
- Format negative reals using
(- x.0)
instead of-x
- Allow
incomplete_features
whenconst-bit-vec
is enabled - Gate
impl AsyncBackend
by featureasync
- Add more functions to bit vectors
- Check docs on Nightly due to
#![cfg_attr(feature = "const-bit-vec", feature(generic_const_exprs))]
- Unify the versions of all crates
- Add CHANGELOG generation and Justfile for making releases
- Checkout CHANGELOG before generating CHANGELOG
- Make sure that all crates are published with the same version number
- Release
- Release
- Release
- Release
- Release
- Release
- Release
- Release
- Release