tmuxido/CHANGELOG.md
cinco euzebio 7c02b9f55d
All checks were successful
continuous-integration/drone/push Build is passing
docs: add CHANGELOG and use it as release description in CI
2026-02-28 20:26:29 -03:00

772 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[0.2.1] - 2026-02-28

Added

  • Drone CI pipeline (ci) that runs cargo fmt --check, cargo clippy, and cargo test on every push and pull request

[0.2.0] - 2026-02-28

Added

  • Unit tests for cache, session, and config modules
  • Integration tests for scan, session config, and cache lifecycle

Changed

  • Refactored business logic into lib.rs for better testability; main.rs is now a thin entrypoint

[0.1.1] - 2026-02-28

Fixed

  • Removed personal path references from default configuration and examples

[0.1.0] - 2026-02-28

Added

  • Initial release of tmuxido