summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-12-20 15:56:41 +0000
committerRichard Hughes <richard@hughsie.com>2022-12-20 15:56:41 +0000
commit0ce28191bacf54c525a4dffca92c50fa154e7233 (patch)
tree96071241245bfc69d289040635f8f6556ffd8159
parentf79cb57e03a7111bde4c019ca3132160bbe97d3e (diff)
downloadgusb-0ce28191bacf54c525a4dffca92c50fa154e7233.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE.md10
-rw-r--r--meson.build2
2 files changed, 5 insertions, 7 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 3a3e6cb..531390e 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,14 +1,14 @@
GUsb Release Notes
==================
-git log --format="%s" --cherry-pick --right-only 0.4.2... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 0.4.3... | 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.3"
+ export release_ver="0.4.4"
git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
@@ -17,9 +17,7 @@ Update library version if new ABI or API in `meson.build`, commit, and build tar
git push
gpg -b -a meson-dist/libgusb-${release_ver}.tar.xz
-Upload tarball:
-
- scp meson-dist/libgusb-${release_ver}.tar.* hughsient@people.freedesktop.org:public_html/releases/
+Upload tarball and GPG signatures to https://github.com/hughsie/libgusb
Do post release version bump in `meson.build` and commit changes:
@@ -35,5 +33,5 @@ Send an email to devkit-devel@lists.freedesktop.org
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.
- Tarballs available here: http://people.freedesktop.org/~hughsient/releases/
+ Tarballs available here: https://github.com/hughsie/libgusb/releases
=================================================
diff --git a/meson.build b/meson.build
index d12e0a3..d5558cb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
- version : '0.4.3',
+ version : '0.4.4',
license : 'LGPL-2.1+',
meson_version : '>=0.49.0',
default_options : ['c_std=c99']