Skip to content

Commit 259f75f

Browse files
committed
release: bump version to 1.4.0
1 parent 8ceda8e commit 259f75f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22

33

4+
## [1.4.0] - 2024-07-26
5+
6+
### Added
7+
8+
- Add a `--compile` option analogous to `poetry install` ([#88](https://github.com/python-poetry/poetry-plugin-bundle/pull/88)).
9+
10+
### Changed
11+
12+
- Drop support for Python 3.7 ([#66](https://github.com/python-poetry/poetry-plugin-bundle/pull/66)).
13+
- Install all dependencies as non-editable ([#106](https://github.com/python-poetry/poetry-plugin-bundle/pull/106)).
14+
- Use same logic as `poetry install` to determine the Python version if not provided explicitly ([#103](https://github.com/python-poetry/poetry-plugin-bundle/pull/103)).
15+
16+
417
## [1.3.0] - 2023-05-29
518

619
### Added
@@ -31,7 +44,8 @@
3144
Initial version.
3245

3346

34-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.3.0...main
47+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.4.0...main
48+
[1.4.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0
3549
[1.3.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.3.0
3650
[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0
3751
[1.1.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.1.0

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-bundle"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Poetry plugin to bundle projects into various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)