Update supported version in SECURITY.md#6459
Conversation
- Preparation for bugfix release v6.0.5
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughBumped project and patch versions across documentation, build config, and a unit test: updated SECURITY.md supported security version to 6.0.5, changed PROJECT version in CMakeLists.txt to 6.0.5, and adjusted unit test expectation in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@SECURITY.md`:
- Line 9: SECURITY.md was bumped to 6.0.5 but the source version tokens were not
updated; update the version declaration in the CMake project (the project(...)
or PROJECT_VERSION variable in CMakeLists.txt currently set to 6.0.4) to 6.0.5
and update the package version string in the PyAssimp pyproject metadata (the
version = "6.0.2" entry in pyproject.toml) to 6.0.5 so all version references
are consistent.
|



Summary by CodeRabbit