Releases: cl445/myth-hash
Releases · cl445/myth-hash
Release v0.2.1
What's Changed
See the CHANGELOG for details.
Installation
pip install myth-hash==0.2.1Full Changelog
Full Changelog: v0.1.0...v0.2.1
Release v0.2.0
🎉 What's New in v0.2.0
Major Improvements
- 📊 Test Coverage increased from 62% to 91%
- ✅ 67 tests (47 new tests added)
- 🐍 Python 3.11-3.14 support (including free-threaded 3.14t)
- 🔍 Pylint score: 10.00/10
- 📝 Complete docstring coverage
New Features
- Comprehensive CLI unit tests (74% coverage)
- Full test coverage for words.py (100%)
- Full test coverage for hash_util.py (100%)
- Type hints marked with py.typed
CI/CD
- Consolidated GitHub workflows
- Multi-OS testing (Ubuntu, macOS, Windows)
- Nox-based test automation
- Optimized with dependency caching
Breaking Changes
- Removed myth_hash/core/init.py (simplified imports)