From 7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 16 Nov 2019 19:26:11 +0000 Subject: Release version 0.3.1 --- NEWS | 13 +++++++++++++ RELEASE.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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 ~~~~~~~~~~~~~ -- cgit v1.2.1