Skip to content

Commit

Permalink
Bump to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Jan 26, 2025
1 parent b531804 commit 9683cac
Show file tree
Hide file tree
Showing 17 changed files with 253 additions and 104 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.3.0+dev';
our $VERSION = '3.0.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/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-2024 {author}'
release = '2.3.0'
release = '3.0.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
1 change: 0 additions & 1 deletion docs/general/_include/recovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* /bin/mkfs.vfat
* /bin/mkfs.ext4
* /bin/efibootmgr
* /bin/cryptsetup
* /bin/ip
* /bin/curl
* /bin/dhclient
Expand Down
19 changes: 12 additions & 7 deletions docs/man/dist/man5/generate-zbm.5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 59 additions & 35 deletions docs/man/dist/man7/zfsbootmenu.7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/man/dist/man8/generate-zbm.8

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9683cac

Please sign in to comment.