Skip to content

Commit

Permalink
Merge tag 'v0.16.0' into develop
Browse files Browse the repository at this point in the history
chore: release v0.16.0
  • Loading branch information
wpk committed Dec 31, 2024
2 parents 6e1884b + 3c1f47c commit 7090cea
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 50 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ See the fragment files in [changelog.d]

<!-- scriv-insert-here -->

## v0.16.0 — 2024-12-31

### Changed

- Read default version from first found file, in order,
`.python-version-default` and `.python-version`. This allows for "default"
version being different from pinned version specifier, as the latter can be a
range of python values.

## v0.15.0 — 2024-12-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.DEFAULT_GOAL := help


_PY_DEFAULT = 312
_PY_DEFAULT = 311
UVXRUN = uv run --no-config --frozen tools/uvxrun.py
UVXRUN_OPTS = -r requirements/lock/py$(_PY_DEFAULT)-uvxrun-tools.txt -v
UVXRUN_NO_PROJECT = uv run --with "packaging" --no-project tools/uvxrun.py
Expand Down
45 changes: 0 additions & 45 deletions changelog.d/20241231_083257_william.krekelberg.md

This file was deleted.

6 changes: 3 additions & 3 deletions requirements/lock/py311-uvxrun-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,9 @@ pylev==1.4.0 \
--hash=sha256:7b2e2aa7b00e05bb3f7650eb506fc89f474f70493271a35c242d9a92188ad3dd \
--hash=sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1
# via clikit
pyproject2conda==0.15.0 \
--hash=sha256:231fdb844ca6fd13b288a50a5a80466de31a80bcd2ccf46d26a53b9c1d444528 \
--hash=sha256:8e12a027081d37069aa3fe0b6f250f11916a5ec79259c6489a596fb99a732c5f
pyproject2conda==0.16.0 \
--hash=sha256:98b6de6f3c3e0c348fc7051cef4de75f208ab15dcac971ff589881f320084c32 \
--hash=sha256:fa1dfd4ac2ac703878316de0185ea710fd2ef80be09b2ad7e9ff16096df11266
# via -r requirements/uvxrun-tools.txt
pyright==1.1.391 \
--hash=sha256:54fa186f8b3e8a55a44ebfa842636635688670c6896dcf6cf4a7fc75062f4d15 \
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7090cea

Please sign in to comment.