Add 0.17.7 release notes

This commit is contained in:
Steve Yegge
2025-10-26 23:30:09 -07:00
parent 1b4f56d675
commit f07b60b23a
+8
View File
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.17.7] - 2025-10-26
### Fixed
- **Test Isolation**: Export test failures due to hash caching between subtests
- Added `ClearAllExportHashes()` method to SQLiteStorage for test isolation
- Export tests now properly reset state between subtests
- Fixes intermittent test failures when running full test suite
## [0.17.2] - 2025-10-25
### Added