8000 Releases · fredrikaverpil/creosote · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: fredrikaverpil/creosote

v4.0.3

10 Apr 17:33
4e54a89
Compare
Choose a tag to compare

4.0.3 (2025-04-10)

Bug Fixes

v4.0.2

01 Apr 12:37
1771de9
Compare
Choose a tag to compare

4.0.2 (2025-03-29)

Bug Fixes

  • version suffix not supported by regexp (#305) (20b5203)

Documentation

v4.0.1

01 Mar 15:38
a78ad0e
Compare
Choose a tag to compare

4.0.1 (2025-03-01)

Bug Fixes

  • support dependency spec where version can either be str or dict (#270) (4f36024)

v4.0.0

05 Jan 20:46
220b154
Compare
Choose a tag to compare

4.0.0 (2025-01-05)

⚠ BREAKING CHANGES

  • python: drop python 3.8 support (#260)

Features

v3.2.1

05 Jan 20:25
94e33f2
Compare
Choose a tag to compare

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

18 Nov 19:07
856b08d
Compare
Choose a tag to compare

3.2.0 (2024-11-18)

Features

  • parser: add PEP-735 support for dependency-groups (#231) (55d638e)

v3.1.2

16 Nov 11:41
846c647
Compare
Choose a tag to compare

3.1.2 (2024-11-16)

Bug Fixes

  • parser: catch prefix "project." (not "project") (#233) (b15d8df)

Documentation

v3.1.1

15 Nov 23:43
c29e1c8
Compare
Choose a tag to compare
BA97

3.1.1 (2024-11-15)

Bug Fixes

v3.1.0

01 Oct 20:01
247c969
Compare
Choose a tag to compare

Features

  • Support for Jupyter notebook (*.ipynb) files (#217) - thank you @pmason314 ❤️

v3.0.2

28 Jun 20:59
Compare
Choose a tag to compare

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
0