bump v1.4.0, fixes #15 and #12

This commit is contained in:
Dave Eddy 2021-12-04 12:28:46 -05:00
parent 198ba41245
commit 555988063b
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ ZFS Prune Snapshots Changes
Not Yet Released
----------------
(nothing yet)
`v1.4.0`
--------
- Show snapshot size (used) and number of snapshots processed (6e3891ddd1)
- Add list only option (`-l`) to just list datasets that match (e4ba772f2c)

View File

@ -6,7 +6,7 @@
# Date: November 20, 2015
# License: MIT
VERSION='v1.3.0'
VERSION='v1.4.0'
usage() {
local prog=${0##*/}