Skip to content

Commit 14d499b

Browse files
committed
release: bump version to 1.7.0
1 parent 5bd6443 commit 14d499b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Change Log
22

33

4-
## [1.6.0] - 2024-02-16
4+
## [1.7.0] - 2025-03-10
5+
6+
### Added
7+
8+
- Add experimental `--platform` option to facilitate installing wheels for platforms other than the host system ([#123](https://github.com/python-poetry/poetry-plugin-bundle/pull/123)).
9+
10+
11+
## [1.6.0] - 2025-02-16
512

613
### Added
714

@@ -12,7 +19,7 @@
1219
- Drop support for older Poetry versions ([#137](https://github.com/python-poetry/poetry-plugin-bundle/pull/137)).
1320

1421

15-
## [1.5.0] - 2024-01-05
22+
## [1.5.0] - 2025-01-05
1623

1724
### Added
1825

@@ -74,7 +81,8 @@
7481
Initial version.
7582

7683

77-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.6.0...main
84+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.7.0...main
85+
[1.7.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.7.0
7886
[1.6.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.6.0
7987
[1.5.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.5.0
8088
[1.4.1]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "poetry-plugin-bundle"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "Poetry plugin to bundle projects into various formats"
55
authors = [{ name = "Sébastien Eustace", email = "[email protected]" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)