From 45715f8cc484f04e36b9667834678edc43742306 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 18 Oct 2022 12:31:34 +0100 Subject: trivial: post release version bump --- RELEASE.md | 7 +++---- meson.build | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2db6f53..3a3e6cb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,18 +1,17 @@ GUsb Release Notes ================== -git log --format="%s" --cherry-pick --right-only 0.4.1... | grep -i -v trivial | grep -v Merge | sort | uniq +git log --format="%s" --cherry-pick --right-only 0.4.2... | grep -i -v trivial | grep -v Merge | sort | uniq Add any user visible changes into ../contrib/org.freedesktop.GUsb.metainfo.xml appstream-util appdata-to-news ../contrib/org.freedesktop.GUsb.metainfo.xml > ../NEWS Update library version if new ABI or API in `meson.build`, commit, and build tarball: # MAKE SURE THIS IS CORRECT - export release_ver="0.4.2" + export release_ver="0.4.3" git commit -a -m "Release version ${release_ver}" git tag -s -f -m "Release ${release_ver}" "${release_ver}" - ninja dist git push --tags git push @@ -30,7 +29,7 @@ Do post release version bump in `meson.build` and commit changes: Send an email to devkit-devel@lists.freedesktop.org ================================================= - GUsb 0.4.2 released! + GUsb 0.4.3 released! GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper diff --git a/meson.build b/meson.build index f2952dc..d12e0a3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libgusb', 'c', - version : '0.4.2', + version : '0.4.3', license : 'LGPL-2.1+', meson_version : '>=0.49.0', default_options : ['c_std=c99'] -- cgit v1.2.1