Skip to content

Commit 99ef4cf

Browse files
authored
Merge pull request #24 from OneNoted/release/v0.2.3-uinput-setup
Prepare v0.2.3 release
2 parents 6eed396 + 2ea6375 commit 99ef4cf

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whispers"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Speech-to-text dictation tool for Wayland"

packaging/aur/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,15 @@ makepkg --printsrcinfo > .SRCINFO
2424
## Updating `whispers-bin` / `whispers-cuda-bin`
2525

2626
1. Cut a GitHub release for `vX.Y.Z`.
27-
2. Update `pkgver` and `sha256sums` in the matching `*-bin/PKGBUILD`.
28-
3. Regenerate the matching `*-bin/.SRCINFO`.
27+
2. Wait for the release workflow to upload the matching tarball and `.sha256`
28+
asset.
29+
3. Update `pkgver` and `sha256sums` in the matching `*-bin/PKGBUILD` from the
30+
published release asset.
31+
4. Regenerate the matching `*-bin/.SRCINFO`.
32+
33+
Do not update the `*-bin` AUR packages from `main` alone. They install tagged
34+
release bundles, so user-visible README behavior in `main` only reaches
35+
`whispers-bin` and `whispers-cuda-bin` after a new GitHub release is published.
2936

3037
## Publishing to the AUR
3138

0 commit comments

Comments
 (0)