Skip to content

Commit

Permalink
schemer-rusqlite 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 529adfe commit 097b451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schemer-rusqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


<!-- next-header -->
## [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`.
- Updated crate to Rust 2018 Edition.


<!-- next-url -->
[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
2 changes: 1 addition & 1 deletion schemer-rusqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <andrew.champion@gmail.com>"]
Expand Down

0 comments on commit 097b451

Please sign in to comment.