Skip to content

Commit 1a5b6ac

Browse files
committed
docs: prepare for 0.2.1
Signed-off-by: Henry Schreiner <[email protected]>
1 parent a6ebcf4 commit 1a5b6ac

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

docs/changelog.md

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

3+
## Version 0.2.1
4+
5+
This release fixes the tag for Windows ARM wheels, and has some internal
6+
refactoring to prepare for the next new features. A new `{wheel_tag}` value is
7+
available for `build-dir`. Some basic setup was done on the docs, as well. Debug
8+
logging and test output has been improved a little, as well.
9+
10+
### What's Changed
11+
12+
Changes:
13+
14+
- Add `{wheel_tag}` for `build-dir` by @henryiii in #207
15+
- Support for conda's `CMAKE_SYSTEM_PROCESSOR` by @henryiii in #207
16+
17+
Fixes:
18+
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
22+
23+
Other things:
24+
25+
- docs: update readme for 3.26 backport by @henryiii in #206
26+
- tests: support running tests with system `cmake3` visible by @LecrisUT in #211
27+
- tests: nicer exit, minor refactors by @henryiii in #213
28+
- refactor: minor changes & nicer environment logging printout by @henryiii in
29+
#214
30+
331
## Version 0.2.0
432

533
This version adds local build directory support - you can now set `build-dir`
@@ -23,9 +51,9 @@ Features:
2351

2452
Tests:
2553

26-
- tests: allow pytest 7.0+ instead of 7.2+ by @henryiii in #200
27-
- tests: include cmake and ninja if missing in nox by @henryiii in #190
28-
- tests: simpler pytest-subprocess by @henryiii in #159
54+
- Allow pytest 7.0+ instead of 7.2+ by @henryiii in #200
55+
- Include cmake and ninja if missing in nox by @henryiii in #190
56+
- Simpler pytest-subprocess by @henryiii in #159
2957

3058
Other things:
3159

0 commit comments

Comments
 (0)