File tree Expand file tree Collapse file tree 1 file changed +31
-3
lines changed Expand file tree Collapse file tree 1 file changed +31
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
31
## Version 0.2.0
4
32
5
33
This version adds local build directory support - you can now set ` build-dir `
@@ -23,9 +51,9 @@ Features:
23
51
24
52
Tests:
25
53
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
29
57
30
58
Other things:
31
59
You can’t perform that action at this time.
0 commit comments