← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/lpcraft:rebuild-snap-package into lpcraft:main

 

Jürgen Gmach has proposed merging ~jugmac00/lpcraft:rebuild-snap-package into lpcraft:main.

Commit message:
Rebuild Snap package to include updated system packages

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/415965

The rebuild happens automatically when there is a new commit.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpcraft:rebuild-snap-package into lpcraft:main.
diff --git a/NEWS.rst b/NEWS.rst
index 34368da..c3c1a1b 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,7 +2,14 @@
 Version history
 ===============
 
-0.0.1
-=====
+0.0.2   (2022-02-23)
+====================
+
+- Rebuild Snap package to include updated system packages,
+  see https://ubuntu.com/security/notices/USN-5301-1
+
+
+0.0.1   (2022-01-24)
+====================
 
 - Initial release.
diff --git a/setup.cfg b/setup.cfg
index 02c6816..5d99b6a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = lpcraft
-version = 0.0.1
+version = 0.0.2
 description = Runner for Launchpad CI jobs
 long_description = file: README.rst
 long_description_content_type = text/x-rst