Skip to content

Commit 160bbca

Browse files
authored
chore: prepare for 0.8.2 (#659)
Preparing for release. Signed-off-by: Henry Schreiner <[email protected]>
1 parent f1d489b commit 160bbca

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

docs/changelog.md

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,41 @@
11
# Changelog
22

3+
## Version 0.8.2
4+
5+
This version fixes a few small issues related to configuration. The wheel tag is
6+
fixed when `wheel.platlib` is False, inplace editable installs ignore
7+
`build-dir`, and `install-dir` no longer affects the generate path.
8+
9+
Fixes:
10+
11+
- Ensure `wheel.platlib` being false sets `<abi>-<platform>` as `"none-any"` by
12+
@jcfr in #655
13+
- Inplace editable install should ignore `build-dir` by @henryiii in #644
14+
- `install-dir` shouldn't affect generate path by @henryiii in #654
15+
- Expand info printing by @henryiii in #651
16+
17+
Documentation:
18+
19+
- Clarify requirement for using "inplace" editable mode by @jcfr in #643
20+
- Update README to use modern GitHub admonition by @jcfr in #641
21+
- be explicit about what it means to "use SKBUILD_SOABI" by @minrk in #646
22+
323
## Version 0.8.1
424

525
This version fixes two small issues with specific situations: if ninja/cmake is
626
present but not executable, and ninja on Windows not respecting the build type.
727

828
Fixes:
929

10-
- Do not exit with exec permission error in ninja check by @thewtex in
11-
https://github.com/scikit-build/scikit-build-core/pull/626
12-
- Include `CMAKE_BUILD_TYPE` on Windows Ninja by @henryiii in
13-
https://github.com/scikit-build/scikit-build-core/pull/640
14-
- Use `-` vs `_` in error message by @nbelakovski in
15-
https://github.com/scikit-build/scikit-build-core/pull/638
16-
- Make run command logged at info by @LecrisUT in
17-
https://github.com/scikit-build/scikit-build-core/pull/639
30+
- Do not exit with exec permission error in ninja check by @thewtex in #626
31+
- Include `CMAKE_BUILD_TYPE` on Windows Ninja by @henryiii in #640
32+
- Use `-` vs `_` in error message by @nbelakovski in #638
33+
- Make run command logged at info by @LecrisUT in #639
1834

1935
Documentation:
2036

21-
- Warning about using `cmake.args` for defines by @LecrisUT in
22-
https://github.com/scikit-build/scikit-build-core/pull/620
23-
- Correct API usage example by @henryiii in
24-
https://github.com/scikit-build/scikit-build-core/pull/627
37+
- Warning about using `cmake.args` for defines by @LecrisUT in #620
38+
- Correct API usage example by @henryiii in #627
2539

2640
## Version 0.8.0
2741

0 commit comments

Comments
 (0)