Skip to content

Testing New ToDO

Alex Hallam edited this page Aug 10, 2025 · 1 revision

πŸ“¦ Package Versions Update:

  1. Main Workspace (Cargo.toml): 1.8.4 β†’ 1.8.5
  2. tidy-viewer-cli (tidy-viewer-cli/Cargo.toml): 1.8.4 β†’ 1.8.5
  3. tidy-viewer-core (tidy-viewer-core/Cargo.toml): 1.8.4 β†’ 1.8.5
  4. tidy-viewer-py Rust (tidy-viewer-py/Cargo.toml): 1.8.4 β†’ 1.8.5
  5. tidy-viewer-py Python (tidy-viewer-py/pyproject.toml): 0.2.4 β†’ 0.2.5

πŸ“ Documentation Updated:

  • CHANGELOG.md: Added new entry for version 1.8.5 with detailed release notes
  • README.md: No changes needed (uses <VERSION> placeholders)

βœ… Quality Assurance:

  • All Tests Passing: Ran cargo test --verbose - 55 tests passed (13 + 28 + 14 doc tests)
  • Build Successful: cargo build completed without errors
  • Version Consistency: All packages now synchronized at version 1.8.5

πŸš€ Ready for Release:

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"

Clone this wiki locally