Skip to content

Commit

Permalink
schemerz-rusqlite 0.320.0
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Oct 16, 2024
1 parent 1b94e3c commit 8c61903
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 3 additions & 1 deletion schemerz-rusqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this library adheres to Rust's notion of
<!-- next-header -->
## [Unreleased]

## [0.320.0] - 2024-10-16
### Changed
- MSRV is now 1.77.
- Migrated to `rusqlite 0.32`.
Expand All @@ -35,7 +36,8 @@ Initial release. The API is identical to `schemer-rusqlite 0.2.2`.


<!-- next-url -->
[Unreleased]: https://github.com/zcash/schemerz/compare/schemerz-rusqlite-0.310.0...HEAD
[Unreleased]: https://github.com/zcash/schemerz/compare/schemerz-rusqlite-0.320.0...HEAD
[0.320.0]: https://github.com/zcash/schemerz/compare/schemerz-rusqlite-0.310.0...schemerz-rusqlite-0.320.0
[0.310.0]: https://github.com/zcash/schemerz/compare/schemerz-rusqlite-0.300.0...schemerz-rusqlite-0.310.0
[0.300.0]: https://github.com/zcash/schemerz/compare/schemerz-rusqlite-0.291.0...schemerz-rusqlite-0.300.0
[0.291.0]: https://github.com/zcash/schemerz/compare/schemerz-rusqlite-0.290.0...schemerz-rusqlite-0.291.0
Expand Down
2 changes: 1 addition & 1 deletion schemerz-rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schemerz-rusqlite"
version = "0.310.0"
version = "0.320.0"
edition = "2021"
rust-version = "1.77"
authors = [
Expand Down

0 comments on commit 8c61903

Please sign in to comment.