Skip to content

Commit 4759296

Browse files
committed
docs: add changelog for 0.2.2
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b1c406a commit 4759296

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

docs/changelog.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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+
326
## Version 0.2.1
427

528
This release fixes the tag for Windows ARM wheels, and has some internal
@@ -16,9 +39,9 @@ Changes:
1639

1740
Fixes:
1841

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
2245

2346
Other things:
2447

0 commit comments

Comments
 (0)