Commit 09ab9ec
authored
release: v0.3.3 (#35)
Cohort release covering the dependency-bump and community-contribution
work that landed after v0.3.2.
Added:
- Lenovo ThinkPad X1 Carbon Gen 9 20XW00FPUS IR camera quirk (174f:2454)
contributed by @themariusus in #29. Verified on hardware.
Packaging:
- AUR PKGBUILD: options=(!lto !debug). LTO breaks ring's hand-written
asm and libsqlite3-sys's bundled sqlite3.c native objects on Arch's
stock makepkg.conf, producing undefined-symbol link failures. Fixed
by @SomeCodecat in #25.
Developer experience:
- nix develop shell now ships rustfmt, clippy, llvmPackages.libclang
(with LIBCLANG_PATH set) so cargo fmt/clippy/build match CI gates
inside the devshell. (#32)
Dependencies (already in main from earlier this session, surfaced here
for the CHANGELOG):
- tokio 1.49.0 -> 1.50.0
- nix 0.31.1 -> 0.31.2
- uuid 1.21.0 -> 1.23.0
- image 0.25.9 -> 0.25.10
- actions/checkout v4 -> v6
- actions/upload-artifact v4 -> v7
- actions/download-artifact v4 -> v8
Documentation:
- README Status line updated 0.3.0 -> 0.3.3 with brief summary of the
intervening fixes and hardware additions.
- docs/STATUS.md last-updated bumped to 2026-05-28; build-state
rewritten to reflect post-v0.3.0 bug fix wave and the quirks DB now
covering both ASUS Zenbook 14 and Lenovo X1 Carbon Gen 9.
Workspace version bumped 0.3.2 -> 0.3.3 across Cargo.toml, Cargo.lock
(6 crates), packaging/aur/PKGBUILD, and packaging/nix/default.nix.
CHANGELOG section renamed from [Unreleased] and dated.
Known follow-up (tracked separately): packaging/aur/PKGBUILD still ships
sha256sums=('SKIP'); after this release lands, the tarball hash should
be computed and committed in a follow-up PR (lands in v0.3.4).1 parent 5ff6f2e commit 09ab9ec
7 files changed
Lines changed: 53 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
5 | 41 | | |
6 | 42 | | |
7 | 43 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments