summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-11-16 19:26:11 +0000
committerRichard Hughes <richard@hughsie.com>2019-11-16 19:26:11 +0000
commit7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d (patch)
tree2f58154753124b3088bb2f93e0d3c385548742b3
parent13233c38eed954baf0ca3a95a23bd28ae02c8ba7 (diff)
downloadgusb-7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d.tar.gz
Release version 0.3.10.3.1
-rw-r--r--NEWS13
-rw-r--r--RELEASE.md2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 29b8ee5..0cda393 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 0.3.1
+~~~~~~~~~~~~~
+Released: 2018-11-16
+
+New Features:
+ - Add g_usb_device_get_spec() (Richard Hughes)
+ - Add g_usb_version_string() for fwupd (Richard Hughes)
+
+Bugfixes:
+ - Add -Wswitch-enum (Benjamin Berg)
+ - Fix GI length introspection annotations (grindhold)
+ - Make gir generation optional (maxice8)
+
Version 0.3.0
~~~~~~~~~~~~~
Released: 2018-02-14
diff --git a/RELEASE.md b/RELEASE.md
index 9e4e778..69281ff 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 gusb_0_3_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+ git shortlog 0.3.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
=================================================
Version 0.3.1
~~~~~~~~~~~~~