From d408cac28d4439442ab785a1ed895d73728a3b15 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sun, 15 Sep 2024 20:50:03 +0200 Subject: [PATCH] chore(release): v2.3.3 --- CHANGELOG.md | 14 ++++++++++++++ doc/man/arch-update.1 | 2 +- doc/man/arch-update.conf.5 | 2 +- doc/man/fr/arch-update.1 | 2 +- doc/man/fr/arch-update.conf.5 | 2 +- po/arch-update.pot | 2 +- po/fr.po | 2 +- src/script/arch-update.sh | 2 +- 8 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c76de56..6b8b990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [v2.3.3](https://github.com/Antiz96/arch-update/releases/tag/v2.3.3) - 2024-09-15 + +### Fixes + +- Fix dates parsing on news listing/displaying ([#229](https://github.com/Antiz96/arch-update/pull/229)) - ([ffce839](https://github.com/Antiz96/arch-update/commit/ffce839c682e2286dc846a16ec2f2fa39cfb7ead)) by @Antiz96 + +### Documentation + +- Add that Arch-Update follows usual system maintenance steps (as described in the Arch Wiki) in documentation ([#228](https://github.com/Antiz96/arch-update/pull/228)) - ([0238738](https://github.com/Antiz96/arch-update/commit/023873897fc5655a3abcd01e2391f57fb507e7b8)) by @Antiz96 + +### Styling + +- *(CONTRIBUTING)* Improve wording in contributing guidelines ([#226](https://github.com/Antiz96/arch-update/pull/226)) - ([24c4230](https://github.com/Antiz96/arch-update/commit/24c4230c3e39e107efe560a8fefffae13b7b1068)) by @Antiz96 + ## [v2.3.2](https://github.com/Antiz96/arch-update/releases/tag/v2.3.2) - 2024-08-16 ### Features diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index f0e0835..b3cd607 100644 --- a/doc/man/arch-update.1 +++ b/doc/man/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "September 2024" "Arch-Update 2.3.2" "Arch-Update Manual" +.TH "ARCH-UPDATE" "1" "September 2024" "Arch-Update 2.3.3" "Arch-Update Manual" .SH NAME arch-update \- An update notifier/applier for Arch Linux that assists you with important pre/post update tasks. diff --git a/doc/man/arch-update.conf.5 b/doc/man/arch-update.conf.5 index 99e7bc1..bc27323 100644 --- a/doc/man/arch-update.conf.5 +++ b/doc/man/arch-update.conf.5 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE.CONF" "5" "July 2024" "Arch-Update 2.3.2" "Arch-Update Manual" +.TH "ARCH-UPDATE.CONF" "5" "July 2024" "Arch-Update 2.3.3" "Arch-Update Manual" .SH NAME arch-update.conf \- arch-update configuration file. diff --git a/doc/man/fr/arch-update.1 b/doc/man/fr/arch-update.1 index 61c9d47..bee40cc 100644 --- a/doc/man/fr/arch-update.1 +++ b/doc/man/fr/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "Septembre 2024" "Arch-Update 2.3.2" "Manuel de Arch-Update" +.TH "ARCH-UPDATE" "1" "Septembre 2024" "Arch-Update 2.3.3" "Manuel de Arch-Update" .SH NAME arch-update \- Un notificateur/applicateur de mises à jour pour Arch Linux qui vous assiste dans les tâches importantes d'avant/après mise à jour. diff --git a/doc/man/fr/arch-update.conf.5 b/doc/man/fr/arch-update.conf.5 index a0a43a9..da3066b 100644 --- a/doc/man/fr/arch-update.conf.5 +++ b/doc/man/fr/arch-update.conf.5 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE.CONF" "5" "Juillet 2024" "Arch-Update 2.3.2" "Manuel de Arch-Update" +.TH "ARCH-UPDATE.CONF" "5" "Juillet 2024" "Arch-Update 2.3.3" "Manuel de Arch-Update" .SH NAME arch-update.conf \- fichier de configuration pour arch-update. diff --git a/po/arch-update.pot b/po/arch-update.pot index 2011f1c..c5c067e 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -6,7 +6,7 @@ # AUTHOR , YEAR msgid "" msgstr "" -"Project-Id-Version: Arch-Update 2.3.2\n" +"Project-Id-Version: Arch-Update 2.3.3\n" "Report-Msgid-Bugs-To: https://github.com/Antiz96/arch-update/issues\n" "POT-Creation-Date: 2024-03-17 16:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/po/fr.po b/po/fr.po index de6e073..86ff6e8 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ # Robin Candau , 2024 msgid "" msgstr "" -"Project-Id-Version: Arch-Update 2.3.2\n" +"Project-Id-Version: Arch-Update 2.3.3\n" "Report-Msgid-Bugs-To: https://github.com/Antiz96/arch-update/issues\n" "POT-Creation-Date: 2024-03-17 16:22+0100\n" "PO-Revision-Date: 2024-05-09 09:30+0100\n" diff --git a/src/script/arch-update.sh b/src/script/arch-update.sh index 3c769bf..4dd6699 100755 --- a/src/script/arch-update.sh +++ b/src/script/arch-update.sh @@ -7,7 +7,7 @@ # General variables name="arch-update" _name="Arch-Update" -version="2.3.2" +version="2.3.3" option="${1}" # Display debug traces if the -D/--debug argument is passed