From 51a80e1d8281c024110b8dce92ca74903e17bc7c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 6 Aug 2024 20:51:20 -0400 Subject: [PATCH] docs: prepare for 0.10.1 Signed-off-by: Henry Schreiner --- docs/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1557cfe0..c017bb06 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +## Version 0.10.1 + +This is a quick fix release with two patches for specific situations. + +Fixes: + +* Fix crash when building inside a submodule by @ausbin in #854 +* `cmake.minimum-version` logic issue by @henryiii in #853 + ## Version 0.10.0 This version adds auto CMake version discovery, opt-in auto minimum-version,