From f07b60b23ad6e61b1086d300650b78fdb6f64477 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sun, 26 Oct 2025 23:30:09 -0700 Subject: [PATCH] Add 0.17.7 release notes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 822f10b8..0d920a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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