Skip to content

Commit

Permalink
Bump version from v0.1.2 to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot authored and bulv1ne committed Jul 12, 2024
1 parent 10279ac commit 3280306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]

## [0.2.0] - 2024-07-12
### Added
- CHANGELOG.md is now optional

Expand All @@ -20,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Example files how to use this package in GitHub Actions


[Unreleased]: https://github.com/bulv1ne/poetry-bumpversioncompare/v0.1.2...HEAD
[Unreleased]: https://github.com/bulv1ne/poetry-bumpversioncompare/v0.2.0...HEAD
[0.2.0]: https://github.com/bulv1ne/poetry-bumpversioncompare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/bulv1ne/poetry-bumpversioncompare/v0.1.1...v0.1.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-bumpversion"
version = "0.1.2"
version = "0.2.0"
description = "Bumps the version in pyproject.toml and creates a git commit + tag"
authors = ["Niels Lemmens <1936122+bulv1ne@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit 3280306

Please sign in to comment.