Skip to content

Releases: kraken-build/kraken

0.50.2

08 Dec 13:48
3e9fe8f

Choose a tag to compare

0.50.1

05 Dec 14:27
423ae44

Choose a tag to compare

What's Changed

  • fix: Upgrade PDM to 2.26.1 which constrains Hishel to <1.0.0 by @mantoine96 in #406
  • chore(deps): update minor and patch updates by @renovate[bot] in #405
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #411
  • chore(deps): update minor and patch updates by @renovate[bot] in #409
  • Replace outdated reference to PEX in docstring by @srstevenson in #414
  • Adds very basic support of Ty by @Tpt in #412
  • Fix publish task failing with "Property is finalized" error by @John-P in #415

New Contributors

Full Changelog: 0.50.0...0.50.1

0.50.0

05 Nov 14:30
49a6d3a

Choose a tag to compare

Full Changelog: 0.49.1...0.50.0

0.49.1

04 Nov 15:58
80caefd

Choose a tag to compare

Note

This version's kraken-build release got yanked because of the breaking change in #389. A new 0.50.0 release has been cut to replace it.


What's Changed

  • fix(deps): update minor and patch updates by @renovate[bot] in #403
  • Migrate from twine upload to uv publish by @John-P in #389

New Contributors

Full Changelog: 0.49.0...0.49.1

0.49.0

24 Oct 14:28
7bdab95

Choose a tag to compare

What's Changed

  • Bump default ruff version to 0.14 by @Tpt in #397
  • Allow Mitmproxy 12 by @Tpt in #396
  • pin cyclopts <4.0.0 as it seems to introduce breaking changes for how we parse arguments for Kraken Aspects by @NiklasRosenstein in #399
  • fix: krakenw now detects broken build environment when python -V fails by @NiklasRosenstein in #402
  • chore(deps): update minor and patch updates by @renovate[bot] in #391
  • Python 3.14 support by @Tpt in #398
  • Change default Python interpreter constraint from >=3.10 to >=3.10,<3.15 to avoid picking up 3.15 before we could test it by @NiklasRosenstein in #404

Full Changelog: 0.48.4...0.49.0

0.48.4

17 Oct 11:00
61df660

Choose a tag to compare

What's Changed

  • chore(config): migrate renovate config by @renovate[bot] in #390
  • chore(deps): update minor and patch updates by @renovate[bot] in #381
  • Dont error out when no publish token is set by @danilobuerger in #394
  • Bump uv to 0.9 by @Tpt in #393
  • chore(deps): update astral-sh/setup-uv action to v7 by @renovate[bot] in #392
  • chore(deps): update actions/setup-python action to v6 by @renovate[bot] in #388
  • chore(deps): update actions/upload-pages-artifact action to v4 by @renovate[bot] in #387
  • chore(deps): update jdx/mise-action action to v3 by @renovate[bot] in #385
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #383
  • Release 0.48.4 by @Tpt in #395

Full Changelog: 0.48.3...0.48.4

0.48.3

22 Aug 13:39

Choose a tag to compare

What's Changed

Full Changelog: 0.48.2...0.48.3

0.48.2

14 Aug 13:57
8db6e61

Choose a tag to compare

What's Changed

  • fix: Use uv sync --fork-strategy fewest to increase cross-Python version compatibility by @NiklasRosenstein in #384

Full Changelog: 0.48.1...0.48.2

0.44.1

21 Mar 14:13
@Tpt Tpt
5cab767

Choose a tag to compare

Release v0.44.1 (#337)

0.44.0

07 Mar 08:21
3f1c3d0

Choose a tag to compare

uv uses the --locked file when installing an environment and uses the default group for installing dependencies.