From 59cbefe7e41e95109278c767eb291e2a027d2068 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Sat, 30 Jul 2022 00:19:12 +0800 Subject: [PATCH 1/2] Doc(update): changelog for 1.4.1 --- docs/changelog.rst | 14 ++++++++++++++ docs/install.rst | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bf6fa935..5d651c1c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -33,6 +33,20 @@ Change Log .. _version-latest: +2022-07-30 Version 1.4.1 +======================== + +.. post:: 2022-07-30 + :category: Release + +- Changes: + + - New website__, move domain name from ``srain.im`` to ``srain.silverrainz.me``, + see :doc:`blog/migrate-domain` + - Require mesion >= 0.47.0 + +__ https://srain.silverrainz.me + .. _version-1.4.0: 2022-05-07 Version 1.4.0 diff --git a/docs/install.rst b/docs/install.rst index 24f087f0..8c22bd53 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -18,7 +18,7 @@ Dependencies =================== =================================================== ======== Name Notes Version =================== =================================================== ======== -meson Only for Building > 0.45.0 +meson Only for Building > 0.47.0 make Optional, only for development appstream Only for building, on Debian-based distributions coreutils Only for building From 50e5cc96aeb487ba81dbdc1b2020fee4162232d0 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Sat, 30 Jul 2022 00:19:31 +0800 Subject: [PATCH 2/2] Script(update): bump version --- docs/conf.py | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7e51e622..1f0a1bba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # built documents. # # The short X.Y version. -version = '1.4.0' +version = '1.4.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 12240ebc..55a959d1 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'srain', 'c', - version: '1.4.0', + version: '1.4.1', license: 'GPL3', meson_version: '>= 0.47.0' )