From 7e20d8b97a0b455707bc68bcef5cb9bec32be078 Mon Sep 17 00:00:00 2001 From: Daniel Espinosa Date: Tue, 16 Apr 2024 10:53:20 -0600 Subject: [PATCH] Set release version to 0.20.4 --- NEWS | 24 ++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 055b5561..7c733b60 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +=============== +Version 0.20.4 +=============== + +* Fix: interfaces should not be abstract (Rico Tzschichholz) +* StreamBuilder: improve parsing stages +* StreamReader: improve error messages and stream fail handling +* Updated translations: + Spanish by Daniel Mustieles + Romanian by Florentina Mușat + Servian by Мирослав Николић + Czech by Marek Černocký + Basque by Asier Sarasua Garmendia + Hungarian by Balázs Úr + Danish by Alan Mortensen + Chinese by lumingzh + Swedish by Anders Jonsson + Ukranian by Yuri Chornoivan + Polish by Piotr Drąg + Brazilian Portuguese by Enrico Nicoletto + Portuguese by Hugo Carvalho + German by Jürgen Benvenuti + Indonesian by Andika Triwidada + =============== Version 0.20.3 =============== diff --git a/meson.build b/meson.build index d6527437..f8210e6e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gxml', [ 'vala', 'c'], version : '0.21.0') +project('gxml', [ 'vala', 'c'], version : '0.20.4') PROJECT_NAME = meson.project_name () API_VERSION = '0.20' -- GitLab