File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 0.2.2
4
+
5
+ This release makes a small improvement to the wheel file permissions (in line
6
+ with wheel 0.40). It also ensures the test suite will still pass in an
7
+ environment with ` SOURCE_DATE_EPOCH ` already set. A few internal changes are
8
+ paving the way to 0.3.0.
9
+
10
+ Fixes:
11
+
12
+ - zipinfo should report regular files by @henryiii in #220
13
+
14
+ Tests:
15
+
16
+ - Support running in environments with ` SOURCE_DATE_EPOCH ` set by @LecrisUT in
17
+ #221
18
+ - Report self version too by @henryiii in #222
19
+
20
+ Other things:
21
+
22
+ - refactor: use ` from_pyproject ` by @henryiii and @bennyrowland in #224
23
+ - chore: fix a mypy complaint on Windows by @henryiii in #217
24
+ - docs: add quickstart by @henryiii in #226
25
+
3
26
## Version 0.2.1
4
27
5
28
This release fixes the tag for Windows ARM wheels, and has some internal
@@ -16,9 +39,9 @@ Changes:
16
39
17
40
Fixes:
18
41
19
- - fix: Windows ARM tag by @henryiii in #215
20
- - fix: include Windows ARM in known wheels by @henryiii in #203
21
- - fix: print out paths by @henryiii in #205
42
+ - Windows ARM tag by @henryiii in #215
43
+ - Include Windows ARM in known wheels by @henryiii in #203
44
+ - Print out paths by @henryiii in #205
22
45
23
46
Other things:
24
47
You can’t perform that action at this time.
0 commit comments