From 1fcd9b8b3980ebd75568aba8efb0ea37b68c0a56 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sat, 27 Jan 2024 16:34:33 -0500 Subject: Release v1.10.3 Signed-off-by: Daniel M. Capella --- CHANGES.md | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index aefda63..fec2e54 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] +## [1.10.3] - 2024-01-27 + +### Fixed + +- pacscripts: Fix glob (!43) (Gesh) + ## [1.10.2] - 2024-01-25 ### Added @@ -268,6 +274,7 @@ and this project adheres to [Semantic Versioning](https://semver.org). [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 +[1.10.3]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.2...v1.10.3 [unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.1...master diff --git a/configure.ac b/configure.ac index 85e699e..d4e0ebe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([pacman-contrib],[1.10.2],[pacman-contrib@lists.archlinux.org]) +AC_INIT([pacman-contrib],[1.10.3],[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