Skip to content

feat: release 0.3.0#1075

Merged
phact merged 5 commits into
mainfrom
release-0.3.0
Mar 11, 2026
Merged

feat: release 0.3.0#1075
phact merged 5 commits into
mainfrom
release-0.3.0

Conversation

@edwinjosechittilappilly

Copy link
Copy Markdown
Collaborator

Breaking Change
Update version numbers to prepare for a new release. Changes:

  • pyproject.toml (root): openrag -> 0.3.0
  • sdks/mcp/pyproject.toml: openrag-mcp -> 0.2.0
  • sdks/python/pyproject.toml: openrag-sdk (Python) -> 0.2.0
  • sdks/typescript/package.json: openrag-sdk (TS) -> 0.2.0

No functional code changes, just version bumps for release coordination.

Update version numbers to prepare for a new release. Changes:
- pyproject.toml (root): openrag -> 0.3.0
- sdks/mcp/pyproject.toml: openrag-mcp -> 0.2.0
- sdks/python/pyproject.toml: openrag-sdk (Python) -> 0.2.0
- sdks/typescript/package.json: openrag-sdk (TS) -> 0.2.0

No functional code changes, just version bumps for release coordination.
@edwinjosechittilappilly edwinjosechittilappilly added the breaking 🚨 BREAKING CHANGE – This update introduces backward-incompatible modifications. label Mar 6, 2026
@edwinjosechittilappilly

Copy link
Copy Markdown
Collaborator Author

release only after the code for langflow upgrade has been merged.

@edwinjosechittilappilly edwinjosechittilappilly marked this pull request as ready for review March 10, 2026 00:26
Copilot AI review requested due to automatic review settings March 10, 2026 00:26
@edwinjosechittilappilly edwinjosechittilappilly changed the title feat!: release 0.3.0 feat: release 0.3.0 Mar 10, 2026
@github-actions github-actions Bot added the enhancement 🔵 New feature or request label Mar 10, 2026

Copilot AI left a comment

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.

Pull request overview

Prepares the repo for a coordinated release by bumping version numbers across the core openrag package and the SDK/MCP subprojects.

Changes:

  • Bump root package openrag to 0.3.0 (and update root uv.lock accordingly).
  • Bump SDK/MCP package versions to 0.2.0 across Python, TypeScript, and MCP (and update their uv.lock files where applicable).

Reviewed changes

Copilot reviewed 4 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
pyproject.toml Bumps core openrag version to 0.3.0.
uv.lock Updates locked metadata to reflect openrag==0.3.0.
sdks/python/pyproject.toml Bumps Python SDK to 0.2.0.
sdks/python/uv.lock Updates locked metadata to reflect openrag-sdk==0.2.0.
sdks/mcp/pyproject.toml Bumps MCP package to 0.2.0.
sdks/mcp/uv.lock Updates locked metadata to reflect openrag-mcp==0.2.0.
sdks/typescript/package.json Bumps TypeScript SDK to 0.2.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread sdks/typescript/package.json
Comment thread sdks/python/pyproject.toml
Comment thread sdks/mcp/pyproject.toml
@edwinjosechittilappilly edwinjosechittilappilly changed the title feat: release 0.3.0 feat: release 1.0.0-beta1 Mar 10, 2026
@edwinjosechittilappilly edwinjosechittilappilly changed the title feat: release 1.0.0-beta1 feat: release 1.0.0-beta.1 Mar 10, 2026
@github-actions github-actions Bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 10, 2026
@mpawlow mpawlow removed their request for review March 10, 2026 01:57
@edwinjosechittilappilly edwinjosechittilappilly changed the title feat: release 1.0.0-beta.1 feat: release 0.3.0 Mar 10, 2026
@github-actions github-actions Bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 10, 2026
@github-actions github-actions Bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 10, 2026
@github-actions github-actions Bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 11, 2026
@github-actions github-actions Bot added the lgtm label Mar 11, 2026
UpdateKnowledgeFilterOptions,
)

__version__ = "0.1.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do we really have to set these manually? Seems easy to forget.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

should we add a ci action to bump it as openrag gets released?

@phact phact merged commit cf84f5a into main Mar 11, 2026
11 checks passed
@github-actions github-actions Bot deleted the release-0.3.0 branch March 11, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking 🚨 BREAKING CHANGE – This update introduces backward-incompatible modifications. enhancement 🔵 New feature or request lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants