You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
---
9
9
10
+
## [1.0.2] - 2026-04-01
11
+
12
+
### Changed
13
+
- add a self-contained `make test` target that installs `pytest` and the package in editable mode before running the test suite
14
+
- mark `all` as a phony Make target to avoid filename collisions
15
+
16
+
### Fixed
17
+
- remove `return` statements from `finally` blocks in encryption helpers to avoid newer Python `SyntaxWarning`s
18
+
- harden optional `cryptography` imports with a decorator-based availability guard so missing crypto dependencies raise a clear runtime error instead of `NoneType` failures
0 commit comments