Skip to content

AgentSuiteLocal v0.8.2

Choose a tag to compare

@github-actions github-actions released this 04 May 18:03
· 114 commits to main since this release
c098d1b

Fixed

  • Version metadata: pyproject.toml and agentsuitelocal/__version__.py bumped to 0.8.2. v0.8.0 and v0.8.1 shipped with version 0.7.1 in package metadata — pip show and /api/version reported the wrong value. Fixed going forward; see note below.
  • CI version gate: release.yml verify-ci job now checks that the package version in __version__.py matches the git tag before any build starts. Prevents this class of drift from recurrence.

Note: v0.8.0 and v0.8.1 wheels report version 0.7.1 from pip show due to the metadata bump being missed in those releases. The git tags and release assets are unaffected. v0.8.2 fixes this and adds CI enforcement to prevent recurrence.