Skip to content

Latest commit

 

History

History
90 lines (44 loc) · 4.34 KB

File metadata and controls

90 lines (44 loc) · 4.34 KB

Changelog

0.3.5 (2026-04-03)

Bug Fixes

  • fall back to hub endpoints on 401 for public bundles (4371deb)
  • fall back to hub endpoints on 401 for public bundles (b75bba0), closes #22

0.3.4 (2026-03-31)

Bug Fixes

  • use API detail message in BundleNotFoundError instead of raw URL (05a6540)
  • use API detail message in BundleNotFoundError instead of raw URL (deebdc8)

0.3.3 (2026-03-30)

Bug Fixes

  • resolve path traversal, cache integrity, and HTTP parsing vulnerabilities (9f46c24)
  • resolve path traversal, cache integrity, and HTTP parsing vulnerabilities (31c6c0c)

0.3.2 (2026-03-30)

Bug Fixes

  • sync pyproject.toml version with release-please and use inline marker (e821dc3)
  • sync pyproject.toml version with release-please and use inline marker (e4f729b)

0.3.1 (2026-03-30)

Features

  • add public cache management API (4038930)
  • add public cache management API (c074b8a)
  • polish repo with docs overhaul, CI matrix, and DX improvements (95c3296)
  • polish repo with docs overhaul, CI matrix, DX improvements, and community templates (a07c5d4)

Bug Fixes

  • ci: use astral-sh/setup-uv@v5 (v8 short tag does not exist yet) (99bc0c0)

0.3.0 (2026-03-28)

⚠ BREAKING CHANGES

  • use :pull endpoint and logical paths for asset fetching

Features

  • use :pull endpoint and logical paths for asset fetching (4c112ac)

0.2.1 (2026-03-24)

Bug Fixes

  • configure release-please to bump pyproject.toml version (5fed830)
  • configure release-please to bump pyproject.toml version (faf3f5b)

0.2.0 (2026-03-24)

⚠ BREAKING CHANGES

  • OCI_MEDIA_TYPE_ASSET, OCI_MEDIA_TYPE_CONFIG, api_key, api_url, install_vscode_skills(), write_lockfile(), and verify() have been removed from the public API.

Features

  • remove OCI layer, deprecated aliases, and stub methods (39ee67f)

0.1.1 (2026-03-24)

Features

  • stub out musher Python SDK package (a1d952b)

Bug Fixes

  • remove CRLF line endings from post-create.sh (4f85ffa)