summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-10-01 12:27:36 +0100
committerRichard Hughes <richard@hughsie.com>2022-10-01 12:27:36 +0100
commite510a4126b7ab7f53848c2e44ff1e37fc59b932c (patch)
tree10dfc27041b4aca0effecfa200b0df96658a0ebb
parent2de9dda6076cdbc835f26715946efdf2d67c358e (diff)
downloadgusb-e510a4126b7ab7f53848c2e44ff1e37fc59b932c.tar.gz
Release version 0.4.10.4.1
-rw-r--r--NEWS11
-rw-r--r--RELEASE.md2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8ee294c..726cdc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 0.4.1
+~~~~~~~~~~~~~
+Released: 2022-10-01
+
+New Features:
+ - Allow loading and saving only devices with specific tags (Richard Hughes)
+ - Include removed devices in the JSON dump (Richard Hughes)
+
+Bugfixes:
+ - Port from gtkdoc to gi-docgen (Richard Hughes)
+
Version 0.4.0
~~~~~~~~~~~~~
Released: 2022-09-12
diff --git a/RELEASE.md b/RELEASE.md
index 83d99a2..05e19d6 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -3,7 +3,7 @@ GUsb Release Notes
Write `NEWS` entries for GUsb in the same format as usual.
- git shortlog 0.3.10.. | grep -i -v trivial | grep -v Merge > NEWS.new
+ git shortlog 0.4.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
=================================================
Version 0.4.1
~~~~~~~~~~~~~