Skip to content

Commit

Permalink
{{crate_name}} Version {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Nov 17, 2022
1 parent f660c14 commit 6105145
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schemer-rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
4 changes: 2 additions & 2 deletions schemer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


<!-- next-header -->
## [Unreleased]
## [0.2.1] - 2022-11-17
### Changed
- Updated minimum daggy from 0.6 to 0.8.

Expand All @@ -17,5 +17,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


<!-- next-url -->
[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
2 changes: 1 addition & 1 deletion schemer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schemer"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
rust-version = "1.56"
authors = [
Expand Down

0 comments on commit 6105145

Please sign in to comment.