Skip to content

Commit c3fd1ab

Browse files
nbafrankclaude
andcommitted
Release v0.3.2: Linux PPM binary packages (#55)
Joelostblom's #55 follow-through: uvr sync now fetches pre-compiled binary packages from PPM on supported Linux distros (Ubuntu, Debian, RHEL/CentOS, openSUSE) instead of falling back to source. Same URL space PPM's R setup wizard targets; uvr sets the User-Agent that gates binary vs source routing. See CHANGELOG.md for the full breakdown. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 77d60ae commit c3fd1ab

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ release page on GitHub. Issue numbers reference https://github.com/nbafrank/uvr/
55

66
## Unreleased
77

8+
Pure tracking section — fixes and small features land here between tags.
9+
10+
## v0.3.2 (2026-04-30)
11+
12+
Linux gets pre-built binary packages. The platform-support table no
13+
longer shows "-" for the Linux rows.
14+
815
### Features
916
- **Linux PPM binary packages (#55)**: `uvr sync` now fetches pre-compiled
1017
binary packages from Posit Package Manager on supported Linux distros

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -3,7 +3,7 @@ members = ["crates/uvr", "crates/uvr-core"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.3.1"
6+
version = "0.3.2"
77
edition = "2021"
88
authors = ["uvr contributors"]
99
license = "MIT"

0 commit comments

Comments
 (0)