Skip to content

Tags: diffbot/diffbot-python

Tags

v0.2.2

Toggle v0.2.2's commit message
Fix release publish: pass --repo to gh (job has no checkout)

The release job downloads artifacts but never checks out the repo, so gh
could not infer the repository from a local git remote and failed with
"fatal: not a git repository". Pass --repo "$GITHUB_REPOSITORY" on every
gh release call.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

v0.2.1

Toggle v0.2.1's commit message
Bump to 0.2.1; derive __version__ from package metadata

0.2.0 shipped with a hardcoded __version__ = "0.1.0" that nothing kept in
sync with pyproject.toml. Read the version from importlib.metadata so the
package and module versions can never drift again.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

v0.2.0

Toggle v0.2.0's commit message
Bump version to 0.2.0

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>