From 73cd710b397f0cb721e33c2fd971982dabffe98d Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Fri, 26 Apr 2024 13:51:43 +0800 Subject: [PATCH 1/2] Docs,Script(update): update changelog and bump version --- docs/changelog.rst | 12 ++++++++++++ docs/conf.py | 2 +- meson.build | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e848c12a..d566c4b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,6 +32,18 @@ Change Log - XXX .. _version-latest: +.. _version-1.6.1: + +2024-04-26 Version 1.6.1 +======================== + +.. post:: 2024-04-26 + :category: Release + +- Bug fixes: + + - Add developer name to metainfo + .. _version-1.6.0: 2024-02-11 Version 1.6.0 diff --git a/docs/conf.py b/docs/conf.py index 6b4e6428..fd9e8144 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # built documents. # # The short X.Y version. -version = '1.6.0' +version = '1.6.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index bbac8cff..afb0070c 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'srain', 'c', - version: '1.6.0', + version: '1.6.1', license: 'GPL3', meson_version: '>= 0.47.0' ) From 8f55586dc17b88eeea96bf2bc029c5c4e08aa466 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Fri, 26 Apr 2024 13:58:00 +0800 Subject: [PATCH 2/2] Docs,Script(update): update changelog and bump version --- docs/changelog.rst | 13 +++++++++++++ docs/conf.py | 2 +- meson.build | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d566c4b7..3d17a32a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,6 +32,19 @@ Change Log - XXX .. _version-latest: +.. _version-1.7.0: + +2024-04-26 Version 1.7.0 +======================== + +.. post:: 2024-04-26 + :category: Release + +- Changes: + + - Remove GIMPNet (:pull:`408`) + - Migrate to libsoup3 (:issue:`409`) + .. _version-1.6.1: 2024-04-26 Version 1.6.1 diff --git a/docs/conf.py b/docs/conf.py index fd9e8144..202a4429 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # built documents. # # The short X.Y version. -version = '1.6.1' +version = '1.7.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index afb0070c..c262ab1a 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'srain', 'c', - version: '1.6.1', + version: '1.7.0', license: 'GPL3', meson_version: '>= 0.47.0' )