Skip to content

Release v0.9.0#36

Merged
mlpierce22 merged 2 commits into
mainfrom
release/v0.9.0
Jul 22, 2025
Merged

Release v0.9.0#36
mlpierce22 merged 2 commits into
mainfrom
release/v0.9.0

Conversation

@mlpierce22

@mlpierce22 mlpierce22 commented Jul 21, 2025

Copy link
Copy Markdown
Contributor

Release v0.9.0

Huge documentation, examples, and functionality updates

🚀 Release Workflow

This PR updates the VERSION file to trigger the automated release workflow when merged.

What happens after merge:

  1. ✅ GitHub Actions validates the release
  2. 🏷️ Creates git tag
  3. 🏗️ Builds all components (CLI, SDK, Studio)
  4. 📦 Publishes to PyPI and NPM
  5. 📋 Creates GitHub release

📋 Pre-merge Checklist

  • Release notes are complete and accurate
  • All tests are passing
  • Version bump is correct
  • Ready to publish to production

/cc @team for review

@delve-auditor

delve-auditor Bot commented Jul 21, 2025

Copy link
Copy Markdown

No security or compliance issues detected. Reviewed everything up to 2d90855.

Security Overview
  • 🔎 Scanned files: 11 changed file(s)
Detected Code Changes
Change Type Relevant files
Configuration changes ► VERSION
    Update version to 0.9.0
► cli/pyproject.toml
    Update version to 0.9.0
► sdk/python/pyproject.toml
    Update version to 0.9.0
► sdk/typescript/package.json
    Update version to 0.9.0
► ui/package.json
    Update version to 0.9.0
Documentation ► CHANGELOG.md
    Add version 0.9.0 entry
► releases/0.9.0.md
    Add release notes for version 0.9.0

Reply to this PR with @delve-auditor followed by a description of what change you want and we'll auto-submit a change to this PR to implement it.

@openhands-ai

openhands-ai Bot commented Jul 21, 2025

Copy link
Copy Markdown

Looks like there are a few issues preventing this PR from being merged!

  • GitHub Actions are failing:
    • SDK Tests
    • SDK Tests

If you'd like me to help, just leave a comment, like

@OpenHands please fix the failing actions on PR #36

Feel free to include any additional details that might help me get this PR into a better state.

You can manage your notification settings

…e examples, new upgrade command, and enhanced SDK reliability
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.6",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears that the @types/jest dependency is being downgraded from ^29.5.11 to ^29.5.6 in this release PR. This is unusual since version updates typically include dependency upgrades rather than downgrades. Consider verifying whether this change is intentional or if it might be an oversight that should be corrected before the release is finalized.

Suggested change
"@types/jest": "^29.5.6",
"@types/jest": "^29.5.11",

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

@mlpierce22 mlpierce22 merged commit 37b5252 into main Jul 22, 2025
13 checks passed
@mlpierce22 mlpierce22 deleted the release/v0.9.0 branch July 22, 2025 02:00
@mlpierce22 mlpierce22 restored the release/v0.9.0 branch July 22, 2025 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant