Tomasz Kramkowski
079e3fd059
Bump version to 0.10.4 ( #18072 )
2026-02-17 21:15:57 +00:00
Tomasz Kramkowski
c75a0c625c
Bump version to 0.10.3 ( #18012 )
2026-02-16 10:42:51 +00:00
Tomasz Kramkowski
a788db7e5d
Bump version to 0.10.2 ( #17958 )
2026-02-10 18:21:21 +00:00
konsti
b1b14d39ae
Bump version to 0.10.1 ( #17953 )
2026-02-10 11:14:16 +00:00
Zanie Blue
0ba432459a
Bump version to 0.10.0 ( #17882 )
...
Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com >
2026-02-05 20:28:44 +00:00
Zanie Blue
8b595f032a
chore: remove bookworm, alpine 3.21, and py38 published images ( #17755 )
...
This is a copy of https://github.com/astral-sh/uv/pull/16520 on #17661
Co-authored-by: samypr100 <3933065+samypr100@users.noreply.github.com >
2026-02-05 11:52:18 -06:00
Zanie Blue
ea4560831e
Bump version to 0.9.30 ( #17865 )
2026-02-04 21:18:04 +00:00
Zanie Blue
1f1321d842
Bump version to 0.9.29 ( #17837 )
2026-02-03 13:06:01 -06:00
Zanie Blue
0e1351e400
Bump version to 0.9.28 ( #17738 )
2026-01-29 13:51:05 -06:00
Zanie Blue
b5797b2ab4
Bump version to 0.9.27 ( #17706 )
2026-01-26 22:38:10 +00:00
Zanie Blue
ee4f003628
Bump version to 0.9.26 ( #17496 )
2026-01-15 14:25:54 -06:00
Zanie Blue
38fcac0f36
Bump version to 0.9.25 ( #17449 )
2026-01-13 16:55:34 -06:00
Tomasz Kramkowski
4513797f46
Add --compile-bytecode to uv python install and uv python upgrade to compile the standard library ( #17088 )
...
## Summary
Implement #16408 .
Currently doesn't avoid recompiling the bytecode when it is already
compiled which should be fine since the compiler script skips things
which are already compiled.
pyodide is currently unsupported due to it using a zip for its standard library
and also because it misreports the location of the standard library.
## Test Plan
Styling of the status report was manually tested, there is a new test
for testing the actual functionality.
2026-01-12 09:31:33 +00:00
Zanie Blue
0fda1525eb
Bump version to 0.9.24 ( #17395 )
2026-01-09 22:09:11 +00:00
Zanie Blue
00f07541a1
Bump version to 0.9.23 ( #17385 )
2026-01-09 19:09:04 +00:00
konsti
82a6a66b81
Bump version to 0.9.22 ( #17333 )
...
There's a hyper-util bump to get out separate from other reqwest related
changes.
2026-01-06 11:23:12 +01:00
Zanie Blue
0dc9556adb
Bump version to 0.9.21 ( #17270 )
2025-12-30 15:46:08 +00:00
Charlie Marsh
765a967236
Bump version to 0.9.20 ( #17256 )
...
## Summary
In #17254 , I failed to bump the versions of the various internal crates,
so need to re-release.
2025-12-29 20:13:57 +00:00
Charlie Marsh
a45f502e3a
Bump version to 0.9.19 ( #17254 )
...
Closes https://github.com/astral-sh/uv/issues/17240
2025-12-29 13:41:40 -05:00
konsti
0cee76417f
Bump version to 0.9.18 ( #17141 )
...
It's been a week.
---------
Co-authored-by: Zanie Blue <contact@zanie.dev >
2025-12-16 13:32:35 +00:00
Zanie Blue
ed37f3b432
Drop arm musl caveat from Docker documentation ( #17111 )
...
This works fine now
```
❯ docker run --rm -it ghcr.io/astral-sh/uv:alpine sh -c "uv python install 3.14"
Installed Python 3.14.2 in 2.77s
+ cpython-3.14.2-linux-aarch64-musl (python3.14)
```
2025-12-12 19:15:15 +00:00
Zanie Blue
2b5d65e61d
Bump version to 0.9.17 ( #17058 )
2025-12-09 16:36:00 -06:00
Zanie Blue
7b6b02a7d1
Recommend UV_NO_DEV in Docker installs ( #17030 )
...
Closes https://github.com/astral-sh/uv/issues/17027
See also, https://github.com/astral-sh/uv-docker-example/pull/73
2025-12-09 12:12:08 -06:00
Zanie Blue
a63e5b62e3
Bump version to 0.9.16 ( #17008 )
2025-12-06 07:52:06 -06:00
Matthijs Kok
539b7368cd
Update Docker integration guide to prefer COPY over ADD for simple cases ( #16883 )
...
## Summary
Docker best practices recommend to use `COPY` when the additional
functionality of `ADD` is not used.
See:
- https://docs.docker.com/build/building/best-practices/#add-or-copy
-
https://www.docker.com/blog/docker-best-practices-understanding-the-differences-between-add-and-copy-instructions-in-dockerfiles/
## Test Plan
Docs only change
2025-12-03 15:16:42 +00:00
Zanie Blue
e7af5838bb
Bump version to 0.9.15 ( #16942 )
2025-12-02 17:48:28 -06:00
Zsolt Dollenstein
05814f9cd5
Bump version to 0.9.14 ( #16909 )
2025-12-01 11:52:15 -05:00
Zanie Blue
735b87004c
Bump version to 0.9.13 ( #16862 )
2025-11-26 15:12:54 +00:00
Zanie Blue
0fb1233363
Bump version to 0.9.12 ( #16840 )
2025-11-24 23:22:12 +00:00
Zanie Blue
4b92f4fde4
Move the "Export" guide to the projects concept section ( #16835 )
...
I consider this a bit too advanced to be in the top-level guides
2025-11-24 10:39:52 -06:00
Zanie Blue
666059bd88
Add documentation for intermediate Docker layers in a workspace ( #16787 )
2025-11-24 15:22:27 +00:00
Zanie Blue
4be1e0a83c
Bump version to 0.9.11 ( #16794 )
2025-11-20 16:24:01 -06:00
konsti
44f5a14f40
Bump version to 0.9.10 ( #16762 )
...
Motivated by https://github.com/astral-sh/uv/pull/16759
Doesn't contain https://github.com/astral-sh/uv/pull/16752 , but that one
doesn't seem critical
2025-11-17 16:29:14 +00:00
Zanie Blue
4fac4cb7ed
Bump version to 0.9.9 ( #16708 )
2025-11-12 18:14:44 +00:00
Zanie Blue
85c5d32284
Bump version to 0.9.8 ( #16636 )
2025-11-07 11:45:22 -06:00
Zanie Blue
0adb444806
Bump version to 0.9.7 ( #16524 )
2025-10-30 16:47:51 -05:00
Zanie Blue
2652244655
Bump version to 0.9.6 ( #16500 )
...
Signed-off-by: William Woodruff <william@astral.sh >
Co-authored-by: William Woodruff <william@astral.sh >
2025-10-29 14:08:49 -05:00
William Woodruff
d5f39331a7
Bump version to 0.9.5 ( #16389 )
2025-10-21 12:14:22 -04:00
Zanie Blue
ee2649feaa
Bump version to 0.9.4 ( #16347 )
2025-10-17 16:02:02 -05:00
Zanie Blue
9db7d38cf7
Bump version to 0.9.3 ( #16305 )
2025-10-14 18:19:49 -05:00
William Woodruff
141369ce73
Bump version to 0.9.2 ( #16238 )
...
Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com >
2025-10-10 14:20:14 -04:00
Zanie Blue
9887ef5bd7
Bump version to 0.9.1 ( #16212 )
...
Archives the 0.8.x changelog too.
2025-10-09 18:28:59 +00:00
Zanie Blue
39b6886536
Bump version to 0.9.0 ( #16161 )
...
Co-authored-by: konsti <konstin@mailbox.org >
2025-10-07 23:17:42 +00:00
samypr100
593678055f
Publish Python 3.14 Docker Images ( #16150 )
...
## Summary
Tentative PR to drop the `-rc` suffix from the published images.
Do not merge this yet until the formal release
[upstream](https://hub.docker.com/_/python ) :)
2025-10-07 18:10:07 -05:00
samypr100
2f7bb7e8ca
Promote trixie and alpine 3.22 as default tags ( #15352 )
...
## Summary
Semi related to https://github.com/astral-sh/uv/issues/15270 , except
there's no removal.
Makes Alpine 3.22 and debian trixie the default tags instead of removing
bookworm and alpine 3.21 to minimize churn.
~~This PR is pending https://github.com/astral-sh/uv/pull/15351 merged
first.~~ Merged
## Test Plan
No functional changes made besides changing tag pointers.
2025-10-07 17:26:37 -05:00
Zanie Blue
252f887338
Bump version to 0.8.24 ( #16146 )
2025-10-07 03:03:01 +00:00
Zanie Blue
00d3aa3780
Bump version to 0.8.23 ( #16119 )
2025-10-04 12:46:01 -05:00
Zanie Blue
ade2bdbd2a
Bump version to 0.8.22 ( #16005 )
2025-09-23 14:43:48 -05:00
Charlie Marsh
f64da27450
Bump version to v0.8.21 ( #16001 )
2025-09-23 13:55:19 +00:00
Zanie Blue
3e6fd0b775
Bump version to 0.8.20 ( #15998 )
2025-09-22 22:34:27 +00:00