From 9a2c7f7cb168cd46cb1e163df35e734c7beb3b70 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 16 Feb 2022 15:25:55 +0000 Subject: Release colord-gtk 0.3.0 --- NEWS | 11 +++++++++++ RELEASE | 12 +++++------- meson.build | 2 +- 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}" 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'] -- cgit v1.2.1