summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2023-07-13 04:20:40 -0400
committerDaniel M. Capella <polyzen@archlinux.org>2023-07-13 04:20:40 -0400
commit5c644ee010b77534db78bf992df0c449391ddad8 (patch)
treeb434b4c714bb0137e874f165b4973a50ff156173
parentd706613bc49fb583d1412a4fc7a0eb094cbcb1ab (diff)
Release v1.9.1v1.9.1
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--CHANGES.md5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ae48c33..68b3cd9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [1.9.1] - 2023-07-13
+## Fixed
+- pacdiff: Fix the .bak workflow being broken for /etc/sudoers
+
+
## [1.9.0] - 2023-04-03
## Added
- Vim: recognise comments inside array groups (!29) (éclairevoyant)
diff --git a/configure.ac b/configure.ac
index 35602ba..bd4b8b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib], [1.9.0], [pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib], [1.9.1], [pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])