Prepare 1.0.0-alpha.3 release

- version 1.0.0-alpha.3 across the workspace, Python, and Node packages
  (and the vtracer dep pins, install snippets, and docs.rs link)
- CHANGELOG: date the section; note the new vtracer-bench crate and the
  watershed blurred-crack filament fix

(Supersampling was explored after alpha.2 and reverted -- it did not
improve output enough to keep.)
This commit is contained in:
Chris Tsang
2026-08-01 21:22:33 +01:00
parent 4a7820bf03
commit 58221025d5
8 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ this crate adds image decoding and a Pythonic API.
## Install
```sh
pip install vtracer==1.0.0a2
pip install vtracer==1.0.0a3
```
## Usage