The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note: This version was not released on crates.io
, as it depends on an unreleased rocket
version.
- Add a rocket 0.5 feature (currently using a dev version).
- Rename the
serialize
/deserialize
feature toserde
. - Rename the
diesel_sql
feature todiesel
.
- Remove implementation of
Display
forSecret
.
- Add
test.sh
to run tests.
- Use Rust 2018.
- Diesel version supported by the
diesel
feature is now version1
. - Switch from Travis CI to Github Actions.