Skip to content
Snippets Groups Projects
Verified Commit 20aad854 authored by Daniel M. Capella's avatar Daniel M. Capella
Browse files

Release v1.9.0


Signed-off-by: default avatarDaniel M. Capella <polyzen@archlinux.org>
parent 8f295dfc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment