Skip to content

Commit 6423928

Browse files
author
MousaZeidBaker
authored
Merge pull request #74 from MousaZeidBaker/release-please--branches--master
chore(master): release 0.9.0
2 parents 03dfd63 + e5a001c commit 6423928

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.9.0](https://github.com/MousaZeidBaker/poetry-plugin-up/compare/v0.8.0...v0.9.0) (2025-01-15)
4+
5+
6+
### Features
7+
8+
* Add support for poetry 2 ([0e085e0](https://github.com/MousaZeidBaker/poetry-plugin-up/commit/0e085e0d94c6251182056d8a42b958c05d9f2586))
9+
10+
11+
### Bug Fixes
12+
13+
* Path.write_text does not have newline kwarg in 3.9 ([7b7955a](https://github.com/MousaZeidBaker/poetry-plugin-up/commit/7b7955a9466df664a65b8829837c0abd1e2b69b5))
14+
315
## [0.8.0](https://github.com/MousaZeidBaker/poetry-plugin-up/compare/v0.7.3...v0.8.0) (2024-11-27)
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.8.0"
3+
version = "0.9.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)