Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rustsat-release-plz-bot[bot] authored and chrjabs committed Dec 13, 2024
1 parent 940035b commit f58b188
Show file tree
Hide file tree
Showing 20 changed files with 457 additions and 145 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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

## [0.6.2] - 2024-12-13

### Features

- Check variable addition overflow in debug
- `Var` and `Lit` constructors in `const` context
- Implement `kani::Arbitrary` for `TernaryVal`
- `BinaryAdder` PB encoding
- Initialize encodings when calling `reserve`
- Include rustsat version in header
- Include C sources for newest version

### Bug Fixes

- Unnecessary `mut` warning in `clause![]`

### Documentation

- Spelling

### Testing

- Switch to nextest for running tests

### Miscellaneous Tasks

- Bump a bunch of dependencies
- Cleanup file endings and trailing whitespace
- Set up pre-commit hooks
- Group dependabot PRs
- Clippy
- Do not run nextest if no tests

<!-- generated by git-cliff -->
## [0.6.1] - 2024-10-16

### Documentation
Expand Down
Loading

0 comments on commit f58b188

Please sign in to comment.