diff --git a/ChangeLog b/ChangeLog index b585061..2438b96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-07-10 v1.3.1 Mark Grant + * bash: Treat cli_extra_args as an array + pkgdata: Add script pipefail protection + pkgdata: Use double quotes to prevent globbing and word splitting + pkgdata: Remove unused variable + bash: Handle verbose as an array + 2023-06-26 v1.3.0 Mark Grant * bash: Use double quotes to prevent globbing and word splitting bash: Remove unused variable diff --git a/NEWS b/NEWS index 31dd26b..2a16687 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Release 1.3.1 2023-07-10 +No user-visible changes. +Technical change information can be found in the ChangeLog file. + Release 1.3.0 2023-06-26 No user-visible changes. Technical change information can be found in the ChangeLog file.