feat: Bump version to 0.2.4#960
Conversation
Update project version in pyproject.toml from 0.2.0 to 0.2.4.
There was a problem hiding this comment.
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.
| [project] | ||
| name = "openrag" | ||
| version = "0.2.0" | ||
| version = "0.2.4" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Ignore this correct version is 0.2.4
Update project version in pyproject.toml from 0.2.0 to 0.2.4.