Skip to content

v1.0.1: Fix Update Command

Choose a tag to compare

@troylar troylar released this 07 Nov 13:32
· 95 commits to main since this release

πŸ› Bug Fix Release

Fixed

  • Update command: Now properly checks PyPI for the latest version
    • Replaced stub implementation that always returned "Unable to check"
    • Uses PyPI JSON API with 5-second timeout
    • Gracefully handles network errors

Upgrade

# Update to latest
uvx ai-journal-kit@latest --version

# Or if installed
pip install --upgrade ai-journal-kit

Full Changelog: v1.0.0...v1.0.1