Skip to content

feat: Bump version to 0.2.4#960

Merged
edwinjosechittilappilly merged 5 commits into
mainfrom
release-rc-0.2.4
Feb 13, 2026
Merged

feat: Bump version to 0.2.4#960
edwinjosechittilappilly merged 5 commits into
mainfrom
release-rc-0.2.4

Conversation

@edwinjosechittilappilly

Copy link
Copy Markdown
Collaborator

Update project version in pyproject.toml from 0.2.0 to 0.2.4.

Update project version in pyproject.toml from 0.2.0 to 0.2.4.

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

This PR bumps the project version in pyproject.toml from 0.2.0 to 0.2.4. The version is used by the package metadata system, which is dynamically retrieved by the TUI through importlib.metadata.version() in the version checking utilities. The version number is displayed in the welcome screen of the TUI application.

Changes:

  • Updated version field in pyproject.toml from 0.2.0 to 0.2.4

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

Comment thread pyproject.toml
[project]
name = "openrag"
version = "0.2.0"
version = "0.2.4"

Copilot AI Feb 13, 2026

Copy link

Choose a reason for hiding this comment

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

The version is being bumped from 0.2.0 to 0.2.4, skipping versions 0.2.1, 0.2.2, and 0.2.3. This is unusual and potentially confusing for users tracking releases. If versions 0.2.1, 0.2.2, and 0.2.3 were already released (e.g., as hotfixes or patches), this should be documented in the PR description. If they were not released, consider using 0.2.1 instead to maintain a clear version history. Skipping patch versions without explanation can cause confusion about what changes were included in which versions.

Copilot uses AI. Check for mistakes.

@edwinjosechittilappilly edwinjosechittilappilly Feb 13, 2026

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.

Ignore this correct version is 0.2.4

@lucaseduoli lucaseduoli left a comment

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.

lgtm

@edwinjosechittilappilly edwinjosechittilappilly merged commit 4e8509b into main Feb 13, 2026
4 checks passed
Sign up for free to 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.

3 participants