From 6090155167c8de4dee41e11db0acfe2e362b6abb Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 29 Jul 2024 12:21:59 -0400 Subject: [PATCH] docs: prepare for 0.9.9 Signed-off-by: Henry Schreiner --- .github/workflows/ci.yml | 1 + docs/changelog.md | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c8c6241..dbd52093 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: push: branches: - main + - v[0123456789]* concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/docs/changelog.md b/docs/changelog.md index fb8bd7f0..5377d731 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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