From d51e0154e40a6c07d33e111407ed67dc48feae08 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 6 Nov 2024 16:28:53 +0100 Subject: [PATCH] chore(release): v3.4.0 --- CHANGELOG.md | 15 +++++++++++++++ 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/arch-update.sh | 2 +- 8 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 202dd45..992d433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [v3.4.0](https://github.com/Antiz96/arch-update/releases/tag/v3.4.0) - 2024-11-06 + +### Features + +- Add support for pikaur ([#276](https://github.com/Antiz96/arch-update/pull/276)) - ([7b5d08b](https://github.com/Antiz96/arch-update/commit/7b5d08b1aa7870850fe8cfdcfd23ead3b01e9cd3)) by @Antiz96 + +### Styling + +- Update lines numbers in po files ([#277](https://github.com/Antiz96/arch-update/pull/277)) - ([33f2377](https://github.com/Antiz96/arch-update/commit/33f23773f3e3eab47ceeaf2c3273e669af0e0c76)) by @Antiz96 +- Add spacing to improve wording style ([#274](https://github.com/Antiz96/arch-update/pull/274)) - ([a8cfb27](https://github.com/Antiz96/arch-update/commit/a8cfb2713f7e1ede517b37fe836147bb5b5073ef)) by @Antiz96 + +### Miscellaneous + +- Improve style / wording in internal documentation ([#278](https://github.com/Antiz96/arch-update/pull/278)) - ([d58dcee](https://github.com/Antiz96/arch-update/commit/d58dceef286894f0265bff9e7f3ead66a84f79db)) by @Antiz96 + ## [v3.3.0](https://github.com/Antiz96/arch-update/releases/tag/v3.3.0) - 2024-10-06 ### Features diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index 5c25e84..3b3b160 100644 --- a/doc/man/arch-update.1 +++ b/doc/man/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "November 2024" "Arch-Update 3.3.0" "Arch-Update Manual" +.TH "ARCH-UPDATE" "1" "November 2024" "Arch-Update 3.4.0" "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 ae9a631..577f66f 100644 --- a/doc/man/arch-update.conf.5 +++ b/doc/man/arch-update.conf.5 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE.CONF" "5" "November 2024" "Arch-Update 3.3.0" "Arch-Update Manual" +.TH "ARCH-UPDATE.CONF" "5" "November 2024" "Arch-Update 3.4.0" "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 a209e46..6646f71 100644 --- a/doc/man/fr/arch-update.1 +++ b/doc/man/fr/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "Novembre 2024" "Arch-Update 3.3.0" "Manuel de Arch-Update" +.TH "ARCH-UPDATE" "1" "Novembre 2024" "Arch-Update 3.4.0" "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 f423cda..23bcd84 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" "Novembre 2024" "Arch-Update 3.3.0" "Manuel de Arch-Update" +.TH "ARCH-UPDATE.CONF" "5" "Novembre 2024" "Arch-Update 3.4.0" "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 07c015e..f431180 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -6,7 +6,7 @@ # AUTHOR , YEAR msgid "" msgstr "" -"Project-Id-Version: Arch-Update 3.3.0\n" +"Project-Id-Version: Arch-Update 3.4.0\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 1494b3c..55fa4cb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ # Robin Candau , 2024 msgid "" msgstr "" -"Project-Id-Version: Arch-Update 3.3.0\n" +"Project-Id-Version: Arch-Update 3.4.0\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/arch-update.sh b/src/arch-update.sh index 8b37eec..9a67e2a 100755 --- a/src/arch-update.sh +++ b/src/arch-update.sh @@ -7,7 +7,7 @@ # General variables name="arch-update" _name="Arch-Update" -version="3.3.0" +version="3.4.0" option="${1}" # Define the directory containing libraries