commit af327d029a56b59d542b95c8aa0c4a09aa90c719 parent 026514878c123386dd612a3d487a08cb78e35586 Author: KEINOS <github+fork-qiita-news@keinos.com> Date: Tue, 17 Jun 2025 23:25:46 +0000 Merge remote-tracking branch 'upstream/master' Diffstat:
| M | doc/ReleaseNotes.md | | | 6 | ++---- |
| M | src/binver/binver/version.h | | | 2 | +- |
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md @@ -1,7 +1,5 @@ -## New in v1.11 -* Dropped support for running on 32-bit ARM -* Support for [Microsoft Desired State Configuration (DSC) v3](https://learn.microsoft.com/powershell/dsc/overview?view=dsc-3.0). -* Support for exporting the configuration of the current device. This includes Windows Settings, packages from configured WinGet sources, and package settings from DSC v3 enabled packages. +## New in v1.12 +*No applicable update found* ## Experimental Features * Experimental support for Fonts diff --git a/src/binver/binver/version.h b/src/binver/binver/version.h @@ -2,7 +2,7 @@ #define STRINGIZE(s) STRINGIZE2(s) #define VERSION_MAJOR 1 -#define VERSION_MINOR 11 +#define VERSION_MINOR 12 #define VERSION_BUILD 0 #define VERSION_REVISION 0