Skip to content

Commit 9159e1a

Browse files
committed
Release 0.2.1
1 parent a64521f commit 9159e1a

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
## Changes
22

3-
### 0.2.1 (unreleased)
3+
### 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])
49

510
#### Tests Fixed
611

712
- The functional test (`test_functional.py`) was testing the latest
813
version of our plugin from PyPI rather than from local source.
914

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+
1022
### 0.2.0 (2025-03-11)
1123

1224
#### Features

0 commit comments

Comments
 (0)