Skip to content

Commit

Permalink
release: bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Jul 26, 2024
1 parent 8ceda8e commit 259f75f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log


## [1.4.0] - 2024-07-26

### Added

- Add a `--compile` option analogous to `poetry install` ([#88](https://github.com/python-poetry/poetry-plugin-bundle/pull/88)).

### Changed

- Drop support for Python 3.7 ([#66](https://github.com/python-poetry/poetry-plugin-bundle/pull/66)).
- Install all dependencies as non-editable ([#106](https://github.com/python-poetry/poetry-plugin-bundle/pull/106)).
- 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)).


## [1.3.0] - 2023-05-29

### Added
Expand Down Expand Up @@ -31,7 +44,8 @@
Initial version.


[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.3.0...main
[Unreleased]: https://github.com/python-poetry/poetry-plugin-bundle/compare/1.4.0...main
[1.4.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.4.0
[1.3.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.3.0
[1.2.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.2.0
[1.1.0]: https://github.com/python-poetry/poetry-plugin-bundle/releases/tag/1.1.0
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-bundle"
version = "1.3.0"
version = "1.4.0"
description = "Poetry plugin to bundle projects into various formats"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
Expand Down

0 comments on commit 259f75f

Please sign in to comment.