# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [0.0.6] - 2025-06-22 ### Added - Version to the CLI. ### Changed - Relax Python interpreter version to include 3.11 again, which is needed for builds. - Fix log level debug trace. ## [0.0.5] - 2025-06-07 ### Added - Environment distribution feature to shore up some of the limitations of [pixi-pack]. ## [0.0.4] - 2025-05-30 ### Added - A feature to append to `pyproject.toml` TOML tables. ## [0.0.3] - 2025-05-11 ### Changed - Build process. ## [0.0.2] - 2025-05-03 Release candidate ## [0.0.1] - 2025-05-02 ### Added - Initial version. [Unreleased]: https://github.com/plandes/relpo/compare/v0.0.6...HEAD [0.0.6]: https://github.com/plandes/relpo/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/plandes/relpo/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/plandes/relpo/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/plandes/relpo/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/plandes/relpo/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/plandes/relpo/compare/v0.0.0...v0.0.1 [pixi-pack]: https://github.com/Quantco/pixi-pack