Skip to content

Commit af9e32f

Browse files
Release preparations
1 parent f151f0b commit af9e32f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [1.4.0] - 2024-12-17
10+
11+
### Added
12+
13+
- Added `-v` parameter: Print the script's version number, then exit. (c72ac68, ae1f2ff)
14+
15+
### Fixed
16+
17+
- Fix automatic detection of unlabeled LUKS drives as backup targets (regression introduced with v1.3.0) (0afe1ef)
18+
19+
920
## [1.3.0] - 2024-12-08
1021

1122
### Added
@@ -83,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8394
- All functionality and files.
8495

8596

86-
[unreleased]: https://github.com/foundata/proxmox-pve-backup-usb/compare/v1.3.0...HEAD
97+
[unreleased]: https://github.com/foundata/proxmox-pve-backup-usb/compare/v1.4.0...HEAD
98+
[1.4.0]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.4.0
8799
[1.3.0]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.3.0
88100
[1.2.0]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.2.0
89101
[1.1.3]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.1.3

pve_backup_usb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
################################################################################
2222

2323
# version of the script
24-
readonly version='1.3.0-devel'
24+
readonly version='1.4.0'
2525

2626

2727

0 commit comments

Comments
 (0)