Skip to content

Commit b6d9097

Browse files
committed
Bump version to 4.3.0
1 parent 4cc54f4 commit b6d9097

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
bashmount 4.3.0 (2020-07-02)
2+
- Fix bug when opening crypto_LUKS devices directly
3+
- Fix error message when an unmount fails
4+
- Fix bug that inadvertently hid disks with no partitions
5+
16
bashmount 4.2.5 (2020-06-12)
27
- Tweak appearance
38

bashmount

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set -u
3131
# this program; if not, write to the Free Software Foundation, Inc.,
3232
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
3333

34-
declare -r VERSION="4.2.5"
34+
declare -r VERSION="4.3.0"
3535

3636
if (( $# > 0 )) && [[ "$1" == "-v" || "$1" == "--version" ]]; then
3737
printf '%s\n' "$VERSION"

bashmount.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "BASHMOUNT 1"
136-
.TH BASHMOUNT 1 "2020-06-12" "bashmount 4.2.5" "bashmount"
136+
.TH BASHMOUNT 1 "2020-07-02" "bashmount 4.3.0" "bashmount"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

0 commit comments

Comments
 (0)