mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 01:19:32 +08:00
home-manager: prepare 26.05
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 25.11
|
## Version 26.05 (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-2605.md
|
||||||
rl-2511.md
|
rl-2511.md
|
||||||
rl-2505.md
|
rl-2505.md
|
||||||
rl-2411.md
|
rl-2411.md
|
||||||
|
|||||||
14
docs/release-notes/rl-2605.md
Normal file
14
docs/release-notes/rl-2605.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Release 26.05 {#sec-release-26.05}
|
||||||
|
|
||||||
|
This is the current unstable branch and the information in this
|
||||||
|
section is therefore not final.
|
||||||
|
|
||||||
|
## Highlights {#sec-release-26.05-highlights}
|
||||||
|
|
||||||
|
This release has the following notable changes:
|
||||||
|
|
||||||
|
## State Version Changes {#sec-release-26.05-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.05\" or later.
|
||||||
@@ -1277,7 +1277,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
export VERBOSE=1
|
export VERBOSE=1
|
||||||
;;
|
;;
|
||||||
--version)
|
--version)
|
||||||
echo 25.11-pre
|
echo 26.05-pre
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ in
|
|||||||
"24.11"
|
"24.11"
|
||||||
"25.05"
|
"25.05"
|
||||||
"25.11"
|
"25.11"
|
||||||
|
"26.05"
|
||||||
];
|
];
|
||||||
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": "25.11",
|
"release": "26.05",
|
||||||
"isReleaseBranch": false
|
"isReleaseBranch": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user