summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-02-16 15:25:55 +0000
committerRichard Hughes <richard@hughsie.com>2022-02-16 15:26:49 +0000
commit9a2c7f7cb168cd46cb1e163df35e734c7beb3b70 (patch)
tree7e598756901b60f7a0338ac802f602587a70be75
parente4890b202877bb0a72c750933147d86dcd289830 (diff)
downloadcolord-gtk-9a2c7f7cb168cd46cb1e163df35e734c7beb3b70.tar.gz
Release colord-gtk 0.3.00.3.0
-rw-r--r--NEWS11
-rw-r--r--RELEASE12
-rw-r--r--meson.build2
3 files changed, 17 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 4d198a9..143a6be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 0.3.0
+~~~~~~~~~~~~~
+Released: 2022-02-16
+
+New Features:
+ - Add a GTK4 variant (Georges Basile Stavracas Neto)
+
+Bugfixes:
+ - Make introspection optional in meson (David Michael)
+ - Make GTK3 build optional too (Georges Basile Stavracas Neto)
+
Version 0.2.0
~~~~~~~~~~~~~
Released: 2019-06-20
diff --git a/RELEASE b/RELEASE
index f143cd5..60a994a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,12 +1,12 @@
colord-gtk Release Notes
-1. Write NEWS entries for colord in the same format as usual.
+1. Write NEWS entries for colord-gtk in the same format as usual.
git shortlog COLORD_GTK_0_2_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.2.1
+Version 0.3.0
~~~~~~~~~~~~~
-Released: 2019-xx-xx
+Released: 2022-xx-xx
New Features:
Bugfixes:
@@ -14,11 +14,9 @@ Bugfixes:
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="0.2.0"
-export release_tag="COLORD_GTK_0_2_0"
-
+export release_version="0.3.0"
git commit -a -m "Release colord-gtk ${release_version}"
-git tag -s -f -m "Release colord-gtk ${release_version}" "${release_tag}"
+git tag -s -f -m "Release colord-gtk ${release_version}" "${release_version}"
<wait>
git push --tags
git push
diff --git a/meson.build b/meson.build
index 118257e..6e9fe94 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('colord-gtk', 'c',
- version : '0.2.1',
+ version : '0.3.0',
license : 'LGPL-2.1+',
meson_version : '>=0.46.0',
default_options : ['c_std=c99']