diff --git a/CHANGELOG.md b/CHANGELOG.md index f177d7f..f36ebcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2024-09-17 + +### Fixed + +* Fixed `command` ninja macro joining command and parameters if only one line break separates them. + ## [0.5.0] - 2024-09-07 @@ -93,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. -[unreleased]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.5.0...HEAD +[unreleased]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.3.1...v0.4.0 diff --git a/pyproject.toml b/pyproject.toml index 59a61bb..7c1085c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ { name = "Kanushka Gupta" }, { name = "Timo Ege", email = "timoege@online.de" }, ] -version = "0.5.0" +version = "0.5.1" requires-python = ">=3.10" license = { text = "Apache-2.0" } classifiers = [