From 6a5a5620f7ad5bbb7707212d1812a265b0729dfe Mon Sep 17 00:00:00 2001 From: Mark Grant Date: Mon, 26 Jun 2023 14:28:41 +0100 Subject: [PATCH] at: Update ChangeLog and NEWS for new release Signed-off-by: Mark Grant --- ChangeLog | 9 +++++++++ NEWS | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 011e19e..b585061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2023-06-26 v1.3.0 Mark Grant + * bash: Use double quotes to prevent globbing and word splitting + bash: Remove unused variable + bash: Silence array to string shellcheck warning + bash: Use double quotes to prevent globbing and word splitting + bash: Remove unused variable + at: Allow for v1.1.1~rc1 version numbering + lxcu: Add in-file help-text + 2023-03-29 v1.2.1 Mark Grant * actions: Run on ubuntu-latest at: Upgrade bootstrap.sh to v1.5.6 diff --git a/NEWS b/NEWS index fdba3e7..31dd26b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Release 1.3.0 2023-06-26 +No user-visible changes. +Technical change information can be found in the ChangeLog file. + Release 1.2.1 2023-03-29 No user-visible changes. Technical change information can be found in the ChangeLog file.