Skip to content

Commit 9683cac

Browse files
committed
Bump to version 3.0.0
1 parent b531804 commit 9683cac

File tree

17 files changed

+253
-104
lines changed

17 files changed

+253
-104
lines changed

bin/generate-zbm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use strict;
55
use warnings;
66

7-
our $VERSION = '2.3.0+dev';
7+
our $VERSION = '3.0.0';
88

99
use Getopt::Long qw(:config no_ignore_case auto_version);
1010
use Pod::Usage qw(pod2usage);

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author = 'ZFSBootMenu Team'
1111
man_author = f'{author} <https://github.com/zbm-dev/zfsbootmenu>'
1212
copyright = f'2019 Zach Dykstra, 2020-2024 {author}'
13-
release = '2.3.0'
13+
release = '3.0.0'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/general/_include/recovery.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* /bin/mkfs.vfat
99
* /bin/mkfs.ext4
1010
* /bin/efibootmgr
11-
* /bin/cryptsetup
1211
* /bin/ip
1312
* /bin/curl
1413
* /bin/dhclient

docs/man/dist/man5/generate-zbm.5

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/dist/man7/zfsbootmenu.7

Lines changed: 59 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/dist/man8/generate-zbm.8

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)