-
Notifications
You must be signed in to change notification settings - Fork 40
Testing New ToDO
Alex Hallam edited this page Aug 10, 2025
·
1 revision
-
Main Workspace (
Cargo.toml):1.8.4β1.8.5 -
tidy-viewer-cli (
tidy-viewer-cli/Cargo.toml):1.8.4β1.8.5 -
tidy-viewer-core (
tidy-viewer-core/Cargo.toml):1.8.4β1.8.5 -
tidy-viewer-py Rust (
tidy-viewer-py/Cargo.toml):1.8.4β1.8.5 -
tidy-viewer-py Python (
tidy-viewer-py/pyproject.toml):0.2.4β0.2.5
- CHANGELOG.md: Added new entry for version 1.8.5 with detailed release notes
-
README.md: No changes needed (uses
<VERSION>placeholders)
-
All Tests Passing: Ran
cargo test --verbose- 55 tests passed (13 + 28 + 14 doc tests) -
Build Successful:
cargo buildcompleted without errors - Version Consistency: All packages now synchronized at version 1.8.5
The codebase is now ready for the 1.8.5 release cycle. All version references have been updated consistently across the workspace, and the changelog includes a comprehensive entry documenting the version bump.
Next Steps:
- Push the changes to remote:
git push origin main - Create and push a new tag when ready for release:
git tag -a 1.8.5 -m "Release v1.8.5"