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