← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/lpcraft:prepare-release-v0.0.20 into lpcraft:main

 

Jürgen Gmach has proposed merging ~jugmac00/lpcraft:prepare-release-v0.0.20 into lpcraft:main.

Commit message:
Release version 0.0.20

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/426938
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpcraft:prepare-release-v0.0.20 into lpcraft:main.
diff --git a/NEWS.rst b/NEWS.rst
index 9bc91b2..924486c 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,12 +2,18 @@
 Version history
 ===============
 
+0.0.20 (2022-07-15)
+===================
+
+- Rebuild the Snap package to include updated system packages.
+  See https://ubuntu.com/security/notices/USN-5519-1.
+
 0.0.19 (2022-07-11)
 ===================
 
 - Add new CLI option to provide secrets via a YAML-based configuration file.
 
-- Allow overriding APT's security checks via `PackageRepository.trusted`
+- Allow overriding APT's security checks via `PackageRepository.trusted`.
 
 
 0.0.18 (2022-07-04)
diff --git a/setup.cfg b/setup.cfg
index 7f8a24a..620de17 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = lpcraft
-version = 0.0.19
+version = 0.0.20
 description = Runner for Launchpad CI jobs
 long_description = file: README.rst
 long_description_content_type = text/x-rst

References