Releases: fredrikaverpil/creosote
Releases · fredrikaverpil/creosote
v4.0.3
4.0.3 (2025-04-10)
Bug Fixes
v4.0.2
4.0.2 (2025-03-29)
Bug Fixes
- version suffix not supported by regexp (#305) (20b5203)
Documentation
v4.0.1
4.0.1 (2025-03-01)
Bug Fixes
- support dependency spec where version can either be str or dict (#270) (4f36024)
v4.0.0
4.0.0 (2025-01-05)
⚠ BREAKING CHANGES
- python: drop python 3.8 support (#260)
Features
v3.2.1
3.2.1 (2025-01-05)
Announcement
This is the last release before dropping Python 3.8 support.
Preparations (#262)
- test: fix broken test (f6dac81)
- internal: move to
uv
(71aa48e)
- internal: move version to
pyproject.toml
, read version string from package metadata (8bc4600)
- internal: remove
hatchling
(855a240)
- typing: add type hinting, adds
typing-extensions
dependency (970014b)
v3.2.0
3.2.0 (2024-11-18)
Features
- parser: add PEP-735 support for dependency-groups (#231) (55d638e)
v3.1.2
3.1.2 (2024-11-16)
Bug Fixes
- parser: catch prefix "project." (not "project") (#233) (b15d8df)
Documentation
v3.1.1
3.1.1 (2024-11-15)
Bug Fixes
v3.1.0
Features
- Support for Jupyter notebook (*.ipynb) files (#217) - thank you @pmason314 ❤️
v3.0.2
Fixes
- Support non-UTF8 files and show warnings when parsing Python 2.x code. #209
- Fail fast when dependencies file (e.g.
pyproject.toml
) is not found. #212