mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
home-manager: prepare 26.11
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Home Manager Manual {#home-manager-manual}
|
# Home Manager Manual {#home-manager-manual}
|
||||||
|
|
||||||
## Version 26.05
|
## Version 26.11 (unstable)
|
||||||
|
|
||||||
|
|
||||||
```{=include=} preface
|
```{=include=} preface
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ This section lists the release notes for stable versions of Home Manager
|
|||||||
and the current unstable version.
|
and the current unstable version.
|
||||||
|
|
||||||
```{=include=} chapters
|
```{=include=} chapters
|
||||||
|
rl-2611.md
|
||||||
rl-2605.md
|
rl-2605.md
|
||||||
rl-2511.md
|
rl-2511.md
|
||||||
rl-2505.md
|
rl-2505.md
|
||||||
|
|||||||
14
docs/release-notes/rl-2611.md
Normal file
14
docs/release-notes/rl-2611.md
Normal 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.
|
||||||
@@ -1279,7 +1279,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
export VERBOSE=1
|
export VERBOSE=1
|
||||||
;;
|
;;
|
||||||
--version)
|
--version)
|
||||||
echo 26.05-pre
|
echo 26.11-pre
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ in
|
|||||||
"25.05"
|
"25.05"
|
||||||
"25.11"
|
"25.11"
|
||||||
"26.05"
|
"26.05"
|
||||||
|
"26.11"
|
||||||
];
|
];
|
||||||
description = ''
|
description = ''
|
||||||
It is occasionally necessary for Home Manager to change
|
It is occasionally necessary for Home Manager to change
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"release": "26.05",
|
"release": "26.11",
|
||||||
"isReleaseBranch": false
|
"isReleaseBranch": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user