summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2022-06-30 18:51:38 -0400
committerDaniel M. Capella <polyzen@archlinux.org>2022-06-30 18:52:05 -0400
commit0d795b22962b537c41ef0c9feb1ac0220d566edc (patch)
tree14f1af0c44c1a29862e5ebaf065d291e4d9d9915
parent306592b21e665b2f4b516eddbef3085a3dde5d25 (diff)
Release v1.5.4
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--CHANGES.md9
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 155df4a..6939e5e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,10 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+
+
+## [1.5.4]
### Added
- zsh completions (!14)
- pacdiff: Add backup option to save old files (.bak) when (O)verwriting (!17)
-- pacdiff: Add -3/--threeway option to view diffs in 3-way fashion
+- pacdiff: Add -3/--threeway option to view diffs in 3-way fashion (!18)
## [1.5.3]
@@ -155,7 +158,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added vim highlighting for PKGBUILDs.
-[Unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.2...master
+[Unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.4...master
+[1.5.4]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.3...v1.5.4
+[1.5.3]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.2...v1.5.3
[1.5.2]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.1...v1.5.2
[1.5.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.0...v1.5.1
[1.5.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.4.0...v1.5.0
diff --git a/configure.ac b/configure.ac
index b8eb6b2..1509b78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib], [1.5.3], [pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib], [1.5.4], [pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])