Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Oct 15, 2024
1 parent 2c7726e commit 7ba81c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2] - 2024-10-15

### Fixed

* Fixed whitespace not being replaced.
* Fixed backticks in template leading to error.

## [0.5.1] - 2024-09-17

### Fixed
Expand Down Expand Up @@ -99,7 +106,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.1...HEAD
[unreleased]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/instructions-d-installation/web-installation-instruction/compare/v0.5.1...v0.5.2
[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
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.5.1"
version = "0.5.2"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
classifiers = [
Expand Down

0 comments on commit 7ba81c2

Please sign in to comment.