Skip to content

Commit

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

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

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

### Features

- Add the `NoAUR` option to `arch-update.conf` ([#309](https://github.com/Antiz96/arch-update/pull/309)) - ([c90b05e](https://github.com/Antiz96/arch-update/commit/c90b05e92e38ea5e2ea46dc4c7d3901890623fdf)) by @Antiz96
- Add the `NoFlatpak` option to `arch-update.conf` ([#308](https://github.com/Antiz96/arch-update/pull/308)) - ([c56a084](https://github.com/Antiz96/arch-update/commit/c56a084ab382530d8f9da109f317ee6f63574c42)) by @Antiz96

### Miscellaneous

- Update translation files ([#310](https://github.com/Antiz96/arch-update/pull/310)) - ([98362d1](https://github.com/Antiz96/arch-update/commit/98362d113e9236f5162376b3dbf933243dd3dd8d)) by @Antiz96
- Improve logic for the 'NoNotification' option ([#307](https://github.com/Antiz96/arch-update/pull/307)) - ([daa9d7a](https://github.com/Antiz96/arch-update/commit/daa9d7a18e2cea52c842942f59f82a24435d1bbb)) by @Antiz96

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

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.1.scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arch-update(1) ["Arch-Update 3.6.1" ["Arch-Update Manual"]]
arch-update(1) ["Arch-Update 3.7.0" ["Arch-Update Manual"]]

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.conf.5.scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arch-update.conf(5) ["Arch-Update 3.6.1" ["Arch-Update Manual"]]
arch-update.conf(5) ["Arch-Update 3.7.0" ["Arch-Update Manual"]]

# NAME

Expand Down
2 changes: 1 addition & 1 deletion doc/man/fr/arch-update.1.scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arch-update(1) ["Arch-Update 3.6.1" ["Manuel de Arch-Update"]]
arch-update(1) ["Arch-Update 3.7.0" ["Manuel de Arch-Update"]]

# NOM

Expand Down
2 changes: 1 addition & 1 deletion doc/man/fr/arch-update.conf.5.scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arch-update.conf(5) ["Arch-Update 3.6.1" ["Manuel de Arch-Update"]]
arch-update.conf(5) ["Arch-Update 3.7.0" ["Manuel de Arch-Update"]]

# NOM

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.6.1\n"
"Project-Id-Version: Arch-Update 3.7.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.6.1\n"
"Project-Id-Version: Arch-Update 3.7.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.6.1\n"
"Project-Id-Version: Arch-Update 3.7.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.6.1\n"
"X-Generator: Poedit 3.7.0\n"

#: src/lib/check.sh:37 src/lib/check.sh:40
#, 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.6.1"
version="3.7.0"
option="${1}"

# Define the directory containing libraries
Expand Down

0 comments on commit eb15093

Please sign in to comment.