mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 15:11:03 +01:00
home-manager: prepare 26.05
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
f47d2e3821
commit
8433591183
6 changed files with 19 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Home Manager Manual {#home-manager-manual}
|
||||
|
||||
## Version 25.11
|
||||
## Version 26.05 (unstable)
|
||||
|
||||
|
||||
```{=include=} preface
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ This section lists the release notes for stable versions of Home Manager
|
|||
and the current unstable version.
|
||||
|
||||
```{=include=} chapters
|
||||
rl-2605.md
|
||||
rl-2511.md
|
||||
rl-2505.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
|
||||
;;
|
||||
--version)
|
||||
echo 25.11-pre
|
||||
echo 26.05-pre
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ in
|
|||
"24.11"
|
||||
"25.05"
|
||||
"25.11"
|
||||
"26.05"
|
||||
];
|
||||
description = ''
|
||||
It is occasionally necessary for Home Manager to change
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"release": "25.11",
|
||||
"release": "26.05",
|
||||
"isReleaseBranch": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue