diff --git a/sqlite/CHANGELOG.md b/sqlite/CHANGELOG.md index 5666dd4..13e4ebe 100644 --- a/sqlite/CHANGELOG.md +++ b/sqlite/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0] - 2024-10-24 + - Update `rusqlite` dependency to version `0.32.1` - Bump up MSRV to `1.77` to match the one of `rusqlite` diff --git a/sqlite/Cargo.toml b/sqlite/Cargo.toml index 4f9c7ea..b70549e 100644 --- a/sqlite/Cargo.toml +++ b/sqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deadpool-sqlite" -version = "0.8.1" +version = "0.9.0" edition = "2021" rust-version = "1.77" authors = ["Michael P. Jung "]