Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 5, 2023
1 parent d5264da commit e191d59
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### 📝 Documentation

* fixes badges in readme ([a5f0b57](https://github.com/apoclyps/poetry-plugin-upgrade/commit/a5f0b570e447fe7b97ffee3e441519488e67e6d2))


### 🚀 Features

* implements poetry-plugin-upgrade ([8b5b3c4](https://github.com/apoclyps/poetry-plugin-upgrade/commit/8b5b3c4a50ebe750a8febbee0dcff75f777ed838))

## 0.1.0 (2023-11-06)


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.1.0"
version = "0.2.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 e191d59

Please sign in to comment.