Skip to content

Commit

Permalink
chore(release): v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 18, 2025
1 parent 0fa90ec commit 8e82be1
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [v3.5.0](https://github.com/Antiz96/arch-update/releases/tag/v3.5.0) - 2025-01-18

### Features

- Add support for the DiffProg option when using doas ([#295](https://github.com/Antiz96/arch-update/pull/295)) - ([0fa90ec](https://github.com/Antiz96/arch-update/commit/0fa90ecb8c56157025edbfaed589c92047335ac1)) by @l-pt

### Miscellaneous

- Update release workflow ([#294](https://github.com/Antiz96/arch-update/pull/294)) - ([ee4867b](https://github.com/Antiz96/arch-update/commit/ee4867bc2e427502fc092c65cebab6cc53766cb1)) by @Antiz96

## [v3.4.3](https://github.com/Antiz96/arch-update/releases/tag/v3.4.3) - 2025-01-17

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ARCH-UPDATE" "1" "November 2024" "Arch-Update 3.4.3" "Arch-Update Manual"
.TH "ARCH-UPDATE" "1" "November 2024" "Arch-Update 3.5.0" "Arch-Update Manual"

.SH NAME
arch-update \- An update notifier & applier for Arch Linux that assists you with important pre / post update tasks.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ARCH-UPDATE.CONF" "5" "November 2024" "Arch-Update 3.4.3" "Arch-Update Manual"
.TH "ARCH-UPDATE.CONF" "5" "November 2024" "Arch-Update 3.5.0" "Arch-Update Manual"

.SH NAME
arch-update.conf \- arch-update configuration file.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/fr/arch-update.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ARCH-UPDATE" "1" "Novembre 2024" "Arch-Update 3.4.3" "Manuel de Arch-Update"
.TH "ARCH-UPDATE" "1" "Novembre 2024" "Arch-Update 3.5.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.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/fr/arch-update.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ARCH-UPDATE.CONF" "5" "Novembre 2024" "Arch-Update 3.4.3" "Manuel de Arch-Update"
.TH "ARCH-UPDATE.CONF" "5" "Novembre 2024" "Arch-Update 3.5.0" "Manuel de Arch-Update"

.SH NAME
arch-update.conf \- fichier de configuration pour arch-update.
Expand Down
2 changes: 1 addition & 1 deletion po/arch-update.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# AUTHOR <EMAIL@ADDRESS>, YEAR
msgid ""
msgstr ""
"Project-Id-Version: Arch-Update 3.4.3\n"
"Project-Id-Version: Arch-Update 3.5.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"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Robin Candau <[email protected]>, 2024
msgid ""
msgstr ""
"Project-Id-Version: Arch-Update 3.4.3\n"
"Project-Id-Version: Arch-Update 3.5.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"
Expand Down
4 changes: 2 additions & 2 deletions po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Luna Jernberg <[email protected]>, 2024
msgid ""
msgstr ""
"Project-Id-Version: Arch-Update 3.4.3\n"
"Project-Id-Version: Arch-Update 3.5.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-11-19 12:22+0100\n"
Expand All @@ -16,7 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4.3\n"
"X-Generator: Poedit 3.5.0\n"

#: src/lib/check.sh:39 src/lib/check.sh:42
#, sh-format
Expand Down
2 changes: 1 addition & 1 deletion src/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# General variables
name="arch-update"
_name="Arch-Update"
version="3.4.3"
version="3.5.0"
option="${1}"

# Define the directory containing libraries
Expand Down

0 comments on commit 8e82be1

Please sign in to comment.