Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Loading