Skip to content

Commit

Permalink
trivial: post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Oct 9, 2023
1 parent 94f907c commit 89e6c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GUsb Release Notes
==================

git log --format="%s" --cherry-pick --right-only 0.4.6... | grep -i -v trivial | grep -v Merge | sort | uniq
git log --format="%s" --cherry-pick --right-only 0.4.7... | 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.7"
export release_ver="0.4.8"

git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libgusb', 'c',
version : '0.4.7',
version : '0.4.8',
license : 'LGPL-2.1+',
meson_version : '>=0.56.0',
default_options : ['c_std=c99']
Expand Down

0 comments on commit 89e6c4d

Please sign in to comment.