Skip to content

Commit 860108f

Browse files
committed
trivial: post release version bump
1 parent ea07442 commit 860108f

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

RELEASE.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GUsb Release Notes
22
==================
33

4-
git log --format="%s" --cherry-pick --right-only 0.4.7... | grep -i -v trivial | grep -v Merge | sort | uniq
4+
git log --format="%s" --cherry-pick --right-only 0.4.8... | grep -i -v trivial | grep -v Merge | sort | uniq
55
Add any user visible changes into ../contrib/org.freedesktop.GUsb.metainfo.xml
66
appstream-util appdata-to-news ../contrib/org.freedesktop.GUsb.metainfo.xml > ../NEWS
77

88
Update library version if new ABI or API in `meson.build`, commit, and build tarball:
99

1010
# MAKE SURE THIS IS CORRECT
11-
export release_ver="0.4.8"
11+
export release_ver="0.4.9"
1212

1313
git commit -a -m "Release version ${release_ver}"
1414
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
@@ -23,15 +23,3 @@ Do post release version bump in `meson.build` and commit changes:
2323

2424
git commit -a -m "trivial: post release version bump"
2525
git push
26-
27-
Send an email to devkit-devel@lists.freedesktop.org
28-
29-
=================================================
30-
GUsb 0.4.7 released
31-
32-
GUsb is a GObject wrapper for libusb1 that makes it easy to do
33-
asynchronous control, bulk and interrupt transfers with proper
34-
cancellation and integration into a mainloop.
35-
36-
Tarballs available here: https://github.com/hughsie/libgusb/releases
37-
=================================================

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libgusb', 'c',
2-
version : '0.4.8',
2+
version : '0.4.9',
33
license : 'LGPL-2.1+',
44
meson_version : '>=0.56.0',
55
default_options : ['c_std=c99']

0 commit comments

Comments
 (0)