Skip to content

Commit 79f4c53

Browse files
committed
release: bump version to 1.0.1
1 parent ca7eb2f commit 79f4c53

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Change Log
22

3+
## [1.0.1] - 2025-01-05
4+
5+
### Fixed
6+
7+
- Fix requirement on Poetry ([#27](https://github.com/python-poetry/poetry-plugin-shell/pull/27)).
8+
39
## [1.0.0] - 2024-09-29
410

511
- Initial release
612

713

814

9-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-shell/compare/1.0.0...main
10-
[0.1.0]: https://github.com/python-poetry/poetry-plugin-shell/releases/tag/1.0.0
15+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-shell/compare/1.0.1...main
16+
[1.0.1]: https://github.com/python-poetry/poetry-plugin-shell/releases/tag/1.0.1
17+
[1.0.0]: https://github.com/python-poetry/poetry-plugin-shell/releases/tag/1.0.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-shell"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Poetry plugin to run subshell with virtual environment activated"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)