chore: release v1.1.1

This commit is contained in:
veeso
2026-06-08 18:54:35 +00:00
parent 4a9da89642
commit 5cee1184dc
7 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
## 1.1.1
Released on 2026-06-08
### Fixed
- **build:** drop vergen-git2 build dependency
> vergen-git2 reads git metadata at build time, but the crates.io source
> tarball ships no .git, so the published 1.1.0 fails on `cargo install`.
> crates.io versions are immutable (no overwrite) and Chocolatey's
> moderation queue blocks a fast re-push, so a clean 1.1.1 without vergen
> is the only fix.
## 1.1.0
Released on 2026-06-08