summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2024-01-25 14:45:51 -0500
committerDaniel M. Capella <polyzen@archlinux.org>2024-01-25 14:45:51 -0500
commitf0c3f2b0e1af9afebfc6343b1f930ad25252eb42 (patch)
tree31777ece5a95a0c525385b25caae6daa2c88d944
parent5472d4f7edc546e2c8f7251fca3e0e683d48da08 (diff)
Release v1.10.2v1.10.2
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--CHANGES.md7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b083bbc..aefda63 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org).
## [Unreleased]
+## [1.10.2] - 2024-01-25
+
+### Added
+
+- checkupdates: Preserve pacman colors when printing the list of pending updates. (!42) (Robin Candau)
+
## [1.10.1] - 2024-01-03
### Fixed
@@ -261,6 +267,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
[1.9.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.0...v1.9.1
[1.10.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.1...v1.10.0
[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
[unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.1...master
<!-- markdownlint-disable-file MD013 MD024 -->
diff --git a/configure.ac b/configure.ac
index 93fcb5b..85e699e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib],[1.10.1],[pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib],[1.10.2],[pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])