Skip to content

Commit

Permalink
docs: prepare for 0.9.9
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jul 29, 2024
1 parent 9180667 commit 6090155
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- v[0123456789]*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 0.9.9

This release backports a couple of fixes made during work towards 0.10.

Fixes:

- Regression for `'-'` in version name by @henryiii in #834
- Strip epoch from `SKBUILD_PROJECT_VERSION` by @henryiii in #829

**Full Changelog**: https://github.com/scikit-build/scikit-build-core/compare/v0.9.8...v0.9.9

## Version 0.9.8

This version ships a few more small fixes. Multi-target builds were missing
Expand Down

0 comments on commit 6090155

Please sign in to comment.