Skip to content

Commit ca529d6

Browse files
authored
chore: prepare for 0.10.6 (#897)
Preparing for next bug-fix release. --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent 8380c9e commit ca529d6

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
comment: false
12
codecov:
23
notify:
34
after_n_builds: 13

docs/changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## Version 0.10.6
4+
5+
This version has several fixes; the new `remove` key in 0.10 had a mistake
6+
making it unusable, this has been fixed along with the matching issue in the
7+
tests. Editable installs failed if there was a folder matching an extension
8+
name. Multiplexed paths were not supported for plugins, now they are. The
9+
downstream nox job is also now a bit better.
10+
11+
Fixes:
12+
13+
* Use correct settings key to remove parts of the version in regex metadata plugin by @philippjh in #887
14+
* Support multiplexed path by @henryiii in #896
15+
* Editable subpackage by @henryiii in #895
16+
* Only strip Release and MinSizeRel builds by default by @henryiii in #898
17+
* Typo in debug message by @LecrisUT in #892
18+
19+
Docs:
20+
21+
* Add build info by @henryiii in #878
22+
* Fix typo in `if.platform-system` example by @henryiii in #879
23+
24+
CI and testing:
25+
26+
* Packit configuration update by @LecrisUT in #799
27+
328
## Version 0.10.5
429

530
This version fixes a issue rebuilding if you have a `build-dir` set and are

0 commit comments

Comments
 (0)