Skip to content

Release 0.5.0 - #57

Merged
chiruu12 merged 1 commit into
devfrom
release/0.5.0
Jun 27, 2026
Merged

Release 0.5.0#57
chiruu12 merged 1 commit into
devfrom
release/0.5.0

Conversation

@chiruu12

Copy link
Copy Markdown
Collaborator

Summary

Cuts unplug-ai 0.5.0 (minor bump from 0.4.1). All shipping content is already merged on dev via #53 and #56.

  • version 0.4.1 → 0.5.0 (pyproject.toml, __init__.py fallback, uv.lock)
  • CHANGELOG [Unreleased][0.5.0] — 2026-06-27

What's in 0.5.0 (since 0.4.1)

Release flow

After merge: fast-forward devmain, then publish a GitHub Release v0.5.0 (triggers publish-pypi.ymlmake check-ciuv builduv publish).

Test plan

  • uv build produces unplug_ai-0.5.0 wheel + sdist
  • import unplug OK; security matrix green locally
  • PR CI (ci.yml + Integrations live) green

@greptile-apps

Copy link
Copy Markdown

Greptile Summary

This PR cuts the Python SDK 0.5.0 release. The main changes are:

  • CHANGELOG.md marks the 0.5.0 release date.
  • sdk/pyproject.toml updates the package version to 0.5.0.
  • sdk/src/unplug/__init__.py updates the source-checkout version fallback.
  • sdk/uv.lock updates the editable package version.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

FilenameOverview
CHANGELOG.mdMarks the changelog section as the 0.5.0 release dated 2026-06-27.
sdk/pyproject.tomlUpdates the canonical Python package version from 0.4.1 to 0.5.0.
sdk/src/unplug/init.pyUpdates the fallback __version__ value for source checkout imports.
sdk/uv.lockUpdates the editable unplug-ai package entry to version 0.5.0.

Reviews (1): Last reviewed commit: "Release 0.5.0: ten agent-framework integ..." | Re-trigger Greptile

@github-actions

Copy link
Copy Markdown

coverage

SDK Coverage •
FileStmtsMissCoverMissing
src/unplug
__init__.py30486%75–76, 82, 84
TOTAL6920120382%

TestsSkippedFailuresErrorsTime
107425 💤0 ❌0 🔥35.351s ⏱️

@chiruu12
chiruu12 merged commit 9ddd341 into devJun 27, 2026
22 checks passed
@chiruu12chiruu12 mentioned this pull request Jun 27, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@chiruu12