diff --git a/schemer-rusqlite/CHANGELOG.md b/schemer-rusqlite/CHANGELOG.md index 9e5260a..2804b90 100644 --- a/schemer-rusqlite/CHANGELOG.md +++ b/schemer-rusqlite/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -## [Unreleased] +## [0.2.0] - 2022-08-19 ### Changed - `RusqliteAdapter` is now generic over an error type `E` so that migrations can return error types other than `rusqlite::Error`. - Migrated error handling from `failure` to `thiserror`. @@ -14,4 +14,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -[Unreleased]: https://github.com/aschampion/schemer/compare/schemer-rusqlite=v0.1.0...HEAD +[0.2.0]: https://github.com/aschampion/schemer/compare/schemer-rusqlite=v0.1.0...schemer-rusqlite-v0.2.0 diff --git a/schemer-rusqlite/Cargo.toml b/schemer-rusqlite/Cargo.toml index 1175176..74f82d6 100644 --- a/schemer-rusqlite/Cargo.toml +++ b/schemer-rusqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemer-rusqlite" -version = "0.1.1" +version = "0.2.0" edition = "2018" rust-version = "1.56" authors = ["Andrew Champion "]