home-manager: prepare 26.11

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-05-25 11:36:20 -05:00
parent 61e2c96593
commit 948753061a
6 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Home Manager Manual {#home-manager-manual}
## Version 26.05
## Version 26.11 (unstable)
```{=include=} preface

View File

@@ -4,6 +4,7 @@ This section lists the release notes for stable versions of Home Manager
and the current unstable version.
```{=include=} chapters
rl-2611.md
rl-2605.md
rl-2511.md
rl-2505.md

View File

@@ -0,0 +1,14 @@
# Release 26.11 {#sec-release-26.11}
This is the current unstable branch and the information in this
section is therefore not final.
## Highlights {#sec-release-26.11-highlights}
This release has the following notable changes:
## State Version Changes {#sec-release-26.11-state-version-changes}
The state version in this release includes the changes below. These
changes are only active if the `home.stateVersion` option is set to
"26.11" or later.

View File

@@ -1279,7 +1279,7 @@ while [[ $# -gt 0 ]]; do
export VERBOSE=1
;;
--version)
echo 26.05-pre
echo 26.11-pre
exit 0
;;
*)

View File

@@ -27,6 +27,7 @@ in
"25.05"
"25.11"
"26.05"
"26.11"
];
description = ''
It is occasionally necessary for Home Manager to change

View File

@@ -1,4 +1,4 @@
{
"release": "26.05",
"release": "26.11",
"isReleaseBranch": false
}