Releases: aschampion/schemer
Releases · aschampion/schemer
schemer-rusqlite-v0.2.2
Changed
- Updated MSRV from 1.56 to 1.59.
schemer-v0.2.1
Changed
- Updated minimum daggy from 0.6 to 0.8.
schemer-rusqlite-v0.2.1
Changed
- Updated minimum rusqlite from 0.24 to 0.25.
schemer-v0.2.0
Changed
- Migrated error handling from
failure
tothiserror
. - Updated crate to Rust 2018 Edition.
schemer-rusqlite-v0.2.0
Changed
RusqliteAdapter
is now generic over an error typeE
so that migrations can return error types other thanrusqlite::Error
.- Migrated error handling from
failure
tothiserror
. - Updated crate to Rust 2018 Edition.
schemer-postgres-v0.2.0
Changed
- Migrated error handling from
failure
tothiserror
. - Updated crate to Rust 2018 Edition.