Skip to content

Commit

Permalink
bump: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbenoostra committed Apr 12, 2024
1 parent 5cbd2d8 commit f56803b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.2.0 (2024-04-12)

### Feat

- replace dependencies within poetry commands
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ lint: venv

test: venv
NO_COLOR=1 poetry run python -m pytest --cov poetry_plugin_mono_repo_deps --cov-config pyproject.toml --cov-report xml:coverage/coverage.xml --cov-report term-missing --junitxml=coverage/report.xml -vv -p no:toolbox tests

bump: venv
poetry run cz bump --retry
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.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.1.0"
__version__ = "0.2.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.1.0"
version = "0.2.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.1.0"
version = "0.2.0"

[tool.poetry.dependencies]
poetry = "^1.7.0"
Expand Down

0 comments on commit f56803b

Please sign in to comment.