Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and apoclyps committed Nov 20, 2024
1 parent 018dfef commit ee62fcb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.3.0](https://github.com/apoclyps/poetry-plugin-upgrade/compare/0.2.0...v0.3.0) (2024-11-20)


### Features

* implements tox in pipline for CI ([#47](https://github.com/apoclyps/poetry-plugin-upgrade/issues/47)) ([2b1b879](https://github.com/apoclyps/poetry-plugin-upgrade/commit/2b1b8799654d30cfad75f1ffd86c32cee9b638b9))


### Bug Fixes

* only run pre-commit on branches that are not main ([#50](https://github.com/apoclyps/poetry-plugin-upgrade/issues/50)) ([aa5f366](https://github.com/apoclyps/poetry-plugin-upgrade/commit/aa5f3665e459421e9075669efb2f87a81f583eee))
* run pr linting separately from tests ([#49](https://github.com/apoclyps/poetry-plugin-upgrade/issues/49)) ([ab74ccb](https://github.com/apoclyps/poetry-plugin-upgrade/commit/ab74ccbf3002410e2cfacea52648ab403ec8da33))

## [0.2.0](https://github.com/apoclyps/poetry-plugin-upgrade/compare/0.1.0...0.2.0) (2023-12-05)


Expand Down
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-plugin-upgrade"
version = "0.2.0"
version = "0.3.0"
description = "Poetry plugin that updates dependencies and bumps their versions in pyproject.toml file"
authors = ["Kyle Harrison <[email protected]>"]
packages = [{ include = "poetry_plugin_upgrade", from = "src" }]
Expand Down

0 comments on commit ee62fcb

Please sign in to comment.