From a38ddf991655f0469a3b451e57c88f280ff2ff2c Mon Sep 17 00:00:00 2001 From: Fadi Hanna Al-Kass Date: Tue, 1 Jul 2025 14:26:16 -0700 Subject: [PATCH] Restructure changelog using Keep a Changelog --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c89dac4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# Changelog + +All notable changes to this project will be documented in this file. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.9.9] - 2025-06-30 +### Added +- Track `Cargo.lock` in version control. +### Changed +- Update dependencies and build scripts. +- Simplify CI workflow and migrate from Travis to GitHub Actions. + +## [0.9.8] - 2018-01-16 +### Added +- Codacy badge and other CI metadata. +### Fixed +- Travis CI handle issues. + +## [0.9.6] - 2017-12-24 +### Fixed +- Duration rounding bug (#27). +### Changed +- Internal type inference uses coercion for better performance. + +## [0.9.5] - 2017-05-19 +### Added +- Performance improvements and installation instructions. + +## [0.9.4] - 2017-05-13 +### Added +- License file and various CI integrations. + +## [0.1.0] - 2017-04-29 +- Initial release with basic test framework and examples.