mirror of
https://github.com/MousaZeidBaker/poetry-plugin-up.git
synced 2025-10-05 21:32:40 +02:00
5.1 KiB
5.1 KiB
Changelog
0.9.0 (2025-01-15)
Features
- Add support for poetry 2 (0e085e0)
Bug Fixes
- Path.write_text does not have newline kwarg in 3.9 (7b7955a)
0.8.0 (2024-11-27)
Features
- BREAKING: zero based caret dependencies will be updated by default, an option to opt-out can be used (a1527e8)
Bug Fixes
Reverts
- add option to include zero based carets dependencies (f171c51)
0.7.3 (2024-08-09)
Bug Fixes
- fix no-install lock file updates (40feadf)
0.7.2 (2024-07-10)
Documentation
- update README (c2f3f1e)
0.7.1 (2023-11-06)
🐛 Bug Fixes
0.7.0 (2023-10-19)
🚀 Features
- add --preserve-wildcard (ca9fcdf)
0.6.0 (2023-10-09)
🚀 Features
- drop support for python 3.7 (8e70a5d)
🐛 Bug Fixes
- update README (7e51a63)
0.5.0 (2023-10-09)
🚀 Features
- Add new option --exclude (c6bd601)
🐛 Bug Fixes
- rename method argument (ff59b3d)
0.4.0 (2023-08-30)
🚀 Features
- Preserve zero based caret (8a5d3cb)
0.3.0 (2023-02-13)
🚀 Features
- Preserve tilde when bumping (b346042)
0.2.2 (2023-02-10)
🐛 Bug Fixes
- get rid of flake8 additional packages (7ffdd5a)
- support
==
as pinned (4f6d119) - throw error on pinned without latest (95aaeac)
0.2.1 (2022-12-19)
🐛 Bug Fixes
- revert pyproject.toml changes on error (0e6c388)
0.2.0 (2022-12-13)
🚀 Features
- add pinned option to include pinned dependencies (7ff01f9)
0.1.0 (2022-12-13)
🚀 Features
- initial commit (0a48f00)
📝 Documentation
- add test badge (152015b)