Skip to content

v1.9.3

Choose a tag to compare

@GavinLucas GavinLucas released this 02 Jul 12:59
99e68bf

Mainly an internal release here although it also updates dependencies.

Lots of work went into trying to introduce a homebrew distribution channel, but issue remained with the way that homebrew builds some python dependencies that we couldn't easily work around. So that work is now on hold.

Also some work done to improve workflows and CI checks which makes the project very robust.

Also added the AAA rating Glama quality score badge to the README.

What's Changed

Dependencies

  • Build(deps): Bump actions/setup-python from 6.2.0 to 6.3.0 in the actions group by @dependabot[bot] in #110
  • Build(deps): Bump the uv group with 5 updates by @dependabot[bot] in #111

Changes

  • Add Glama quality score badge to README by @GavinLucas in #98
  • Fix manifest.json long_description newlines; add packages/listings table to README by @GavinLucas in #100
  • Add Homebrew tap distribution channel by @GavinLucas in #101
  • Ensure latest uv is installed for uv pip download support by @GavinLucas in #102
  • Replace uv pip download with pip3 download for wheelhouse steps by @GavinLucas in #103
  • Switch to macos-latest runner to fix arm64 wheel resolution by @GavinLucas in #104
  • Use Python 3.14 interpreter for pip downloads to fix abi3 tag resolution by @GavinLucas in #105
  • Drop uv Python 3.14 install; use runner pip3 with explicit platform flags by @GavinLucas in #106
  • Restore scripts/ from main after tag checkout so backfill dispatches work by @GavinLucas in #107
  • Add skip_clean libexec to suppress dylib linkage fixer errors by @GavinLucas in #108
  • Pause Homebrew channel; remove from README, disable release trigger by @GavinLucas in #109
  • Add CI guard for the Intel-macOS cryptography pin by @GavinLucas in #113
  • Add premerge quality gates; single-source ruff; enforce lockfile consistency by @GavinLucas in #114
  • Consolidate release publishing into one ordered pipeline by @GavinLucas in #115
  • Add --version flag and weekly platform canary by @GavinLucas in #116
  • Bump version to 1.9.3 by @GavinLucas in #117

Full Changelog: v1.9.2...v1.9.3