diff --git a/CHANGELOG.md b/CHANGELOG.md index a930fac..c76de56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [v2.3.2](https://github.com/Antiz96/arch-update/releases/tag/v2.3.2) - 2024-08-16 + +### Features + +- Check for pending kernel update before checking for services to restart ([#225](https://github.com/Antiz96/arch-update/pull/225)) - ([b416969](https://github.com/Antiz96/arch-update/commit/b4169695c5659d17d1e3abd14fb22a712c120e2b)) by @Temet79 + ## [v2.3.1](https://github.com/Antiz96/arch-update/releases/tag/v2.3.1) - 2024-07-20 ### Fixes diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index 6bfe65d..2c2164b 100644 --- a/doc/man/arch-update.1 +++ b/doc/man/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "August 2024" "Arch-Update 2.3.1" "Arch-Update Manual" +.TH "ARCH-UPDATE" "1" "August 2024" "Arch-Update 2.3.2" "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 57c095e..99e7bc1 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.1" "Arch-Update Manual" +.TH "ARCH-UPDATE.CONF" "5" "July 2024" "Arch-Update 2.3.2" "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 eafe406..ded9fcc 100644 --- a/doc/man/fr/arch-update.1 +++ b/doc/man/fr/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "Août 2024" "Arch-Update 2.3.1" "Manuel de Arch-Update" +.TH "ARCH-UPDATE" "1" "Août 2024" "Arch-Update 2.3.2" "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 97b7b10..a0a43a9 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.1" "Manuel de Arch-Update" +.TH "ARCH-UPDATE.CONF" "5" "Juillet 2024" "Arch-Update 2.3.2" "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 8e4f4da..2011f1c 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.1\n" +"Project-Id-Version: Arch-Update 2.3.2\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 c6aa57b..de6e073 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.1\n" +"Project-Id-Version: Arch-Update 2.3.2\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 50b9a3c..ff75b78 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.1" +version="2.3.2" option="${1}" # Display debug traces if the -D/--debug argument is passed