diff --git a/CHANGELOG.md b/CHANGELOG.md index bef2e82..63641c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.9] - 2024-08-14 + - [#96] Add support for @file args - [#94] Refactor tests - [#93] Remove TryInto import (in prelude since 2021 edition) @@ -145,8 +147,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/knurling-rs/flip-link/compare/v0.1.8...main -[v0.1.7]: https://github.com/knurling-rs/flip-link/compare/v0.1.7...v0.1.8 +[Unreleased]: https://github.com/knurling-rs/flip-link/compare/v0.1.9...main +[v0.1.9]: https://github.com/knurling-rs/flip-link/compare/v0.1.8...v0.1.9 +[v0.1.8]: https://github.com/knurling-rs/flip-link/compare/v0.1.7...v0.1.8 [v0.1.7]: https://github.com/knurling-rs/flip-link/compare/v0.1.6...v0.1.7 [v0.1.6]: https://github.com/knurling-rs/flip-link/compare/v0.1.5...v0.1.g [v0.1.5]: https://github.com/knurling-rs/flip-link/compare/v0.1.4...v0.1.5