Skip to content

Commit

Permalink
bump: 0.2.3 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbenoostra committed Jan 10, 2025
1 parent 90d4e0a commit 6e34350
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.3.0 (2025-01-10)

## v0.2.3 (2024-11-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.3.0
2 changes: 1 addition & 1 deletion poetry_plugin_mono_repo_deps/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ changelog_incremental = true
name = "cz_conventional_commits"
tag_format = "v$version"
update_changelog_on_bump = true
version = "0.2.3"
version = "0.3.0"
version_files = [
"VERSION",
"pyproject.toml:^version = ",
Expand Down Expand Up @@ -75,7 +75,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/gerbenoostra/poetry-plugin-mono-repo-deps"
version = "0.2.3"
version = "0.3.0"

[tool.poetry.dependencies]
cffi = {version = "^1.17.0", markers = "python_version >= \"3.13\""}
Expand Down

0 comments on commit 6e34350

Please sign in to comment.