Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.23 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.

[Unreleased]

0.0.5 - 2024-09-14

Added

  • Support for Windows, tested in CI

Fixed

  • Escaping of paths which was causing panics on Windows (#134)
  • Typos in error messages (#143)

Other

  • Some dependency upgrades

0.0.4 - 2024-09-11

Added

  • Implement --force flag for ignoring correctness and compatibility checks (#127)

0.0.3 - 2024-09-08

Fixed

  • Missing styling in CLI help text

Other

  • Introduced nix flake installation method
  • Started running tests on MacOS in CI

0.0.2 - 2024-09-04

Other

  • First release with a changelog 🚀