Skip to content

Commit

Permalink
schemer-postgres Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Aug 19, 2022
1 parent 1f60d1b commit 529adfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schemer-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


<!-- next-header -->
## [Unreleased]
## [0.2.0] - 2022-08-19
### Changed
- Migrated error handling from `failure` to `thiserror`.
- Updated crate to Rust 2018 Edition.


<!-- next-url -->
[Unreleased]: https://github.com/aschampion/schemer/compare/schemer-postgres=v0.1.1...HEAD
[0.2.0]: https://github.com/aschampion/schemer/compare/schemer-postgres=v0.1.1...schemer-postgres-v0.2.0
2 changes: 1 addition & 1 deletion schemer-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schemer-postgres"
version = "0.1.1"
version = "0.2.0"
edition = "2018"
rust-version = "1.56"
authors = ["Andrew Champion <andrew.champion@gmail.com>"]
Expand Down

0 comments on commit 529adfe

Please sign in to comment.