Skip to content

Releases: aschampion/schemer

schemer-rusqlite-v0.2.2

18 Apr 10:24
Compare
Choose a tag to compare

Changed

  • Updated MSRV from 1.56 to 1.59.

schemer-v0.2.1

17 Nov 17:04
Compare
Choose a tag to compare

Changed

  • Updated minimum daggy from 0.6 to 0.8.

schemer-rusqlite-v0.2.1

08 Nov 12:40
Compare
Choose a tag to compare

Changed

  • Updated minimum rusqlite from 0.24 to 0.25.

schemer-v0.2.0

19 Aug 13:47
Compare
Choose a tag to compare

Changed

  • Migrated error handling from failure to thiserror.
  • Updated crate to Rust 2018 Edition.

schemer-rusqlite-v0.2.0

19 Aug 13:50
Compare
Choose a tag to compare

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.

schemer-postgres-v0.2.0

19 Aug 13:52
Compare
Choose a tag to compare

Changed

  • Migrated error handling from failure to thiserror.
  • Updated crate to Rust 2018 Edition.