From 2f555332fc8b177e588c6fa6128517689b4be239 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Mon, 29 Jan 2024 16:32:33 -0500 Subject: Release v1.10.4 Signed-off-by: Daniel M. Capella --- CHANGES.md | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fec2e54..2095aa3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] +## [1.10.4] - 2024-01-29 + +### Fixed + +- checkupdates: Remove color code from the "updates" array when using the --download option (!44) (Robin Candau) +- checkupdates: Add zsh completion for --change (27b854fe) (Daniel M. Capella) + ## [1.10.3] - 2024-01-27 ### Fixed @@ -275,6 +282,7 @@ and this project adheres to [Semantic Versioning](https://semver.org). [1.10.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.0...v1.10.1 [1.10.2]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.1...v1.10.2 [1.10.3]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.2...v1.10.3 +[1.10.4]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.3...v1.10.4 [unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.1...master diff --git a/configure.ac b/configure.ac index d4e0ebe..2e1c6c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([pacman-contrib],[1.10.3],[pacman-contrib@lists.archlinux.org]) +AC_INIT([pacman-contrib],[1.10.4],[pacman-contrib@lists.archlinux.org]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_REQUIRE_AUX_FILE([tap-driver.sh]) -- cgit v1.2.3-70-g09d2