Skip to content

Commit 0f7d53c

Browse files
chore(master): release 0.6.0
1 parent f10cd6d commit 0f7d53c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/MousaZeidBaker/poetry-plugin-up/compare/0.5.0...0.6.0) (2023-10-09)
4+
5+
6+
### 🚀 Features
7+
8+
* drop support for python 3.7 ([8e70a5d](https://github.com/MousaZeidBaker/poetry-plugin-up/commit/8e70a5d9a2fa49309e863e1a18e0e4bd45c24a10))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* update README ([7e51a63](https://github.com/MousaZeidBaker/poetry-plugin-up/commit/7e51a6335cb8038a4d148893ef0b1ebe63376e9c))
14+
315
## [0.5.0](https://github.com/MousaZeidBaker/poetry-plugin-up/compare/0.4.0...0.5.0) (2023-10-09)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-plugin-up"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Poetry plugin that updates dependencies and bumps their versions in pyproject.toml file"
55
authors = ["Mousa Zeid Baker"]
66
packages = [

0 commit comments

Comments
 (0)