Zanie Blue
38fcac0f36
Bump version to 0.9.25 ( #17449 )
2026-01-13 16:55:34 -06: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
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
2b5d65e61d
Bump version to 0.9.17 ( #17058 )
2025-12-09 16:36:00 -06:00
Zanie Blue
a63e5b62e3
Bump version to 0.9.16 ( #17008 )
2025-12-06 07:52:06 -06:00
Zanie Blue
f6ad3dcd57
Regenerate the crates.io readmes on release ( #16992 )
...
Otherwise, they're stale!
2025-12-04 19:19:36 -06:00
Zanie Blue
99c40f74c5
Link to the uv version in crates.io member READMEs ( #16939 )
...
Closes https://github.com/astral-sh/uv/issues/16931
2025-12-02 20:02:22 +00:00
Zanie Blue
17c1061676
Fix the links to uv in crates.io member READMEs ( #16848 )
2025-11-25 18:47:32 +00:00
Zanie Blue
7b8240dca9
Generate a README for crate members too ( #16812 )
...
We skip members with existing READMEs for now.
Follows #16809 and #16811
2025-11-21 15:44:05 -06:00
Zanie Blue
dfe89047bb
Publish to crates.io ( #16770 )
2025-11-20 21:26:44 +00:00
Zanie Blue
2586f655bb
Rename to uv ( #1302 )
...
First, replace all usages in files in-place. I used my editor for this.
If someone wants to add a one-liner that'd be fun.
Then, update directory and file names:
```
# Run twice for nested directories
find . -type d -print0 | xargs -0 rename s/puffin/uv/g
find . -type d -print0 | xargs -0 rename s/puffin/uv/g
# Update files
find . -type f -print0 | xargs -0 rename s/puffin/uv/g
```
Then add all the files again
```
# Add all the files again
git add crates
git add python/uv
# This one needs a force-add
git add -f crates/uv-trampoline
```
2024-02-15 11:19:46 -06:00