From 21138ccb31853345cecf5bc3a12a1cc192a3cc4e Mon Sep 17 00:00:00 2001 From: Adam McKellar Date: Sat, 29 Jun 2024 12:50:50 +0200 Subject: [PATCH] Bump to version 0.4.0 --- CHANGELOG.md | 10 +++++++--- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3250028..9105803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## Added + +## [0.4.0] - 2024-06-29 + +### Added * Added more os being detected by default detection of `__os__`. * Added compact layout for radios with elements that have no description. -## Changed +### Changed * Switched to longer os names: `windows`, `linux`, `macos`. * Made default value detection extensible for new default values. @@ -70,7 +73,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.3.1...HEAD +[unreleased]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.2.0...v0.2.1 diff --git a/pyproject.toml b/pyproject.toml index 12fc60f..5986e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ { name = "Kanushka Gupta" }, { name = "Timo Ege", email = "timoege@online.de" }, ] -version = "0.3.1" +version = "0.4.0" requires-python = ">=3.10" license = { text = "Apache-2.0" } classifiers = [