Skip to content

Releases: bas3line/watchman

Release list

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 19 Jul 00:52
v0.8.3
7106370

Fixed

  • Linux amd64 and arm64 release archives now contain statically linked musl binaries instead of inheriting GLIBC 2.39 from the Ubuntu 24.04 build runner. Release CI inspects every Linux binary and rejects dynamic interpreters or shared-library dependencies before signing and publication, restoring compatibility with Debian 12 and other supported Linux hosts.
  • The pinned Rust 1.88 toolchain is installed explicitly in verification and packaging jobs, removing ambiguous action inputs and keeping the declared MSRV enforceable.
  • NVIDIA command-fixture tests use a bounded five-second process deadline so parallel, resource-constrained release runners do not produce one-second scheduling flakes; production collection defaults remain unchanged.

Changed

  • Release downloads, attestations, source metadata, documentation, and container coordinates use the canonical bas3line/watchman repository identity after the GitHub rename.

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 00:21
v0.8.2
2974e45

Fixed

  • Linux release verification installs the pinned cargo-audit 0.22.2 dependency graph with its lockfile, keeping the security gate compatible with Watchman's Rust 1.88 MSRV instead of resolving newer transitive crates that require Rust 1.89 or 1.96.