Skip to content

Commit

Permalink
chore: prepare for 0.10.6 (#897)
Browse files Browse the repository at this point in the history
Preparing for next bug-fix release.

---------

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Sep 11, 2024
1 parent 8380c9e commit ca529d6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
comment: false
codecov:
notify:
after_n_builds: 13
Expand Down
25 changes: 25 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Version 0.10.6

This version has several fixes; the new `remove` key in 0.10 had a mistake
making it unusable, this has been fixed along with the matching issue in the
tests. Editable installs failed if there was a folder matching an extension
name. Multiplexed paths were not supported for plugins, now they are. The
downstream nox job is also now a bit better.

Fixes:

* Use correct settings key to remove parts of the version in regex metadata plugin by @philippjh in #887
* Support multiplexed path by @henryiii in #896
* Editable subpackage by @henryiii in #895
* Only strip Release and MinSizeRel builds by default by @henryiii in #898
* Typo in debug message by @LecrisUT in #892

Docs:

* Add build info by @henryiii in #878
* Fix typo in `if.platform-system` example by @henryiii in #879

CI and testing:

* Packit configuration update by @LecrisUT in #799

## Version 0.10.5

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

0 comments on commit ca529d6

Please sign in to comment.