Skip to content

Commit

Permalink
Bump to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Jun 29, 2024
1 parent dd27e98 commit 21138cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors = [
{ name = "Kanushka Gupta" },
{ name = "Timo Ege", email = "[email protected]" },
]
version = "0.3.1"
version = "0.4.0"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
classifiers = [
Expand Down

0 comments on commit 21138cc

Please sign in to comment.