All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.0 - 2021-02-13
-
a Dependabot configuration to help me keep the dependencies up to date
-
a "Release" workflow for automating builds and deployments to crates.io
-
Breaking: The crate now uses Rust 2018 idioms. In particular,
extern cratelines were removed. -
All pull requests against the default branch are now only checked (via
cargo clippyand friends) onstableandbetaRust. This is because of a number of cases wherenightlyRust broke a tool, which caused our builds to fail. We still are testing the code againstnightly, since this only requires that the compiler work.