Conversation
|
✅ All checks passed! Ready for review. |
There was a problem hiding this comment.
Pull request overview
This PR bumps the package version from 2.3.1 to 2.4.0, but the version update is incomplete as it only modifies pyproject.toml while missing other version references in the codebase.
Changes:
- Updated version number in pyproject.toml from "2.3.1" to "2.4.0"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [project] | ||
| name = "capiscio" | ||
| version = "2.3.1" | ||
| version = "2.4.0" |
There was a problem hiding this comment.
The version is being updated to 2.4.0 in pyproject.toml, but the version variable in src/capiscio/init.py still references "2.3.1" and needs to be updated to "2.4.0" to maintain consistency across the package. This is important because the init.py version is typically used at runtime for version reporting.
| version = "2.4.0" | |
| version = "2.3.1" |
| [project] | ||
| name = "capiscio" | ||
| version = "2.3.1" | ||
| version = "2.4.0" |
There was a problem hiding this comment.
The CHANGELOG.md file has no entry for version 2.4.0. Following the pattern of previous releases (as seen with 2.3.1, 2.3.0, etc.), a new entry should be added documenting what changes are included in this release. The [Unreleased] section should be replaced or followed by a [2.4.0] section with the appropriate date and changes.
| version = "2.4.0" | |
| version = "2.3.1" |
|
✅ All checks passed! Ready for review. |
Summary\nBump version from 2.3.1 to 2.4.0 for v2.4.0 release.\n\n## Changes\n- Update version in pyproject.toml"