Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 1.02 KB

Changelog

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

Added

  • a Dependabot configuration to help me keep the dependencies up to date

  • a "Release" workflow for automating builds and deployments to crates.io

Changed

  • 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) on stable and beta Rust. This is because of a number of cases where nightly Rust broke a tool, which caused our builds to fail. We still are testing the code against nightly, since this only requires that the compiler work.