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 crate
lines were removed. -
All pull requests against the default branch are now only checked (via
cargo clippy
and friends) onstable
andbeta
Rust. This is because of a number of cases wherenightly
Rust broke a tool, which caused our builds to fail. We still are testing the code againstnightly
, since this only requires that the compiler work.