We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64521f commit 9159e1aCopy full SHA for 9159e1a
1 file changed
CHANGES.md
@@ -1,12 +1,24 @@
1
## Changes
2
3
-### 0.2.1 (unreleased)
+### 0.2.1 (2025-06-06)
4
+
5
+#### Bugs Fixed
6
7
+- Timestamps of parent directory entries are now set to the correct
8
+ magic value with reproducible builds are enabled. ([#5], [#6])
9
10
#### Tests Fixed
11
12
- The functional test (`test_functional.py`) was testing the latest
13
version of our plugin from PyPI rather than from local source.
14
15
+- The CI tests appear to have been running whatever version of python
16
+ was compiled into the installed `hatch` binary, rather than the system
17
+ default python.
18
19
+[#5]: https://github.com/dairiki/hatch-zipped-directory/issues/5
20
+[#6]: https://github.com/dairiki/hatch-zipped-directory/pull/6
21
22
### 0.2.0 (2025-03-11)
23
24
#### Features
0 commit comments