From 901b1d31d9b7b47ee93aa2ef6f887c15e82e7f7a Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 2 Aug 2024 12:43:56 -0400 Subject: [PATCH] docs: prepare for 0.9.10 Signed-off-by: Henry Schreiner --- docs/changelog.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5377d731..457565d7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,12 +1,21 @@ # Changelog -## Version 0.9.9 + +## Version 0.9.10 This release backports a couple of fixes made during work towards 0.10. Fixes: - Regression for `'-'` in version name by @henryiii in #834 +- Improve version regex to capture typed version attributes by @maxbachmann in #816 + +## Version 0.9.9 + +This release backports a fix made during work towards 0.10. + +Fixes: + - 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