diff --git a/schemer-rusqlite/Cargo.toml b/schemer-rusqlite/Cargo.toml index df49924..f9cb0d1 100644 --- a/schemer-rusqlite/Cargo.toml +++ b/schemer-rusqlite/Cargo.toml @@ -15,4 +15,4 @@ repository = "https://github.com/aschampion/schemer" uuid = { version = "1" } rusqlite = "0.25" -schemer = { version = "0.2.0", path = "../schemer" } +schemer = { version = "0.2.1", path = "../schemer" } diff --git a/schemer/CHANGELOG.md b/schemer/CHANGELOG.md index 3c8a157..ccd62f0 100644 --- a/schemer/CHANGELOG.md +++ b/schemer/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -## [Unreleased] +## [0.2.1] - 2022-11-17 ### Changed - Updated minimum daggy from 0.6 to 0.8. @@ -17,5 +17,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -[Unreleased]: https://github.com/aschampion/schemer/compare/schemer-v0.2.0...HEAD +[0.2.1]: https://github.com/aschampion/schemer/compare/schemer-v0.2.0...schemer-v0.2.1 [0.2.0]: https://github.com/aschampion/schemer/compare/schemer=v0.1.2...schemer-v0.2.0 diff --git a/schemer/Cargo.toml b/schemer/Cargo.toml index 0d5485a..06bf93e 100644 --- a/schemer/Cargo.toml +++ b/schemer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemer" -version = "0.2.0" +version = "0.2.1" edition = "2018" rust-version = "1.56" authors = [