Skip to content

Commit

Permalink
Bump to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed May 21, 2023
1 parent 66a70e4 commit 05e42d5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bin/generate-zbm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use strict;
use warnings;

our $VERSION = '2.1.0';
our $VERSION = '2.2.0';

use Getopt::Long qw(:config no_ignore_case auto_version);
use Pod::Usage qw(pod2usage);
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## ZFSBootMenu v2.2.0 (2023-04-04)
## ZFSBootMenu v2.2.0 (2023-05-21)

Perhaps the most significant change in ZFSBootMenu v2.2.0 is an overhaul of the project documentation. We are thrilled to welcome new member @classabbyamp to the project, who oversaw this substantial effort. Disparate documentation previously stored in Markdown files, the GitHub Wiki, POD files, and another git repository have now been combined into a single tree that is published on Read The Docs. The documentation is now maintained as an integral part of this repository and is published at https://docs.zfsbootmenu.org/. This includes:

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author = 'ZFSBootMenu Team'
man_author = f'{author} <https://github.com/zbm-dev/zfsbootmenu>'
copyright = f'2019 Zach Dykstra, 2020-2023 {author}'
release = '2.1.0'
release = '2.2.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions docs/man/dist/man5/generate-zbm.5
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GENERATE-ZBM" "5" "2023-02-11" "" "ZFSBootMenu"
.TH "GENERATE-ZBM" "5" "2023-05-21" "" "ZFSBootMenu"
.SH NAME
generate-zbm \- configuration file for generate-zbm
.SH SYNOPSIS
Expand Down Expand Up @@ -136,7 +136,7 @@ The full path to a specific kernel to use when making the boot images. If not sp
\fBVersion\fP
.INDENT 0.0
.INDENT 3.5
A specific kernel version to use. The value \fI%{current}\fP will be replaced with the output of \fBuname \-r\fP\&. If not set, \fBgenerate\-zbm\fP will try to parse the path of the selected kernel filename for a version.
A specific kernel version to use, or a glob used to match possible kernel versions. The value \fI%{current}\fP will be replaced with the output of \fBuname \-r\fP\&. For globs, the highest version matching the glob will be selected. If not set, \fBgenerate\-zbm\fP will try to parse the path of the selected kernel filename for a version.
.UNINDENT
.UNINDENT
.sp
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man7/zfsbootmenu.7
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ZFSBOOTMENU" "7" "2023-02-11" "" "ZFSBootMenu"
.TH "ZFSBOOTMENU" "7" "2023-05-21" "" "ZFSBootMenu"
.SH NAME
zfsbootmenu \- System Integration
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man8/generate-zbm.8
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GENERATE-ZBM" "8" "2023-02-11" "" "ZFSBootMenu"
.TH "GENERATE-ZBM" "8" "2023-05-21" "" "ZFSBootMenu"
.SH NAME
generate-zbm \- ZFSBootMenu initramfs generator
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion docs/man/dist/man8/zbm-kcl.8
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ZBM-KCL" "8" "2023-02-11" "" "ZFSBootMenu"
.TH "ZBM-KCL" "8" "2023-05-21" "" "ZFSBootMenu"
.SH NAME
zbm-kcl \- manipulate kernel command lines for boot environments and EFI executables
.SH SYNOPSIS
Expand Down

0 comments on commit 05e42d5

Please sign in to comment.