summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2023-04-03 00:47:24 -0400
committerDaniel M. Capella <polyzen@archlinux.org>2023-04-03 00:47:24 -0400
commit20aad854f50a34b18845e34e69409d8a230c2676 (patch)
tree938acb7e2a2f59a393cab17f04e5ead2c0194840
parent8f295dfc35dd594f7bfc2208c1a0300dfdf4d319 (diff)
Release v1.9.0v1.9.0
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--CHANGES.md9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f13cf87..ae48c33 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [1.9.0] - 2023-04-03
+## Added
+- Vim: recognise comments inside array groups (!29) (éclairevoyant)
+- Add the missing man pages as well as the missing utils from the README (!30) (Robin Candau)
+
+
## [1.8.2] - 2023-01-04
## Fixed
- Fix pacdiff with multiple CacheDirs (!27) (Baltazár Radics)
@@ -180,7 +186,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added vim highlighting for PKGBUILDs. (43ae503e) (Johannes Löthberg)
-[Unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.8.2...master
+[Unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.0...master
+[1.9.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.8.2...v1.9.0
[1.8.2]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.8.0...v1.8.2
[1.8.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.7.1...v1.8.0
[1.7.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.7.0...v1.7.1
diff --git a/configure.ac b/configure.ac
index e7115b4..35602ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib], [1.8.2], [pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib], [1.9.0], [pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])