summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2019-10-06 22:41:19 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2019-10-06 22:41:19 +0200
commitb0e5d6bc88f4c275ee3868cecd5171e3b39f35b5 (patch)
treecc17f88c898ab9cf81e45ce6ef899877b9cc10f3
parent989272f815a94573f42d1ea36f195e0a94070953 (diff)
Release v1.2.0v1.2.0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--CHANGES.md3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b712158..3c15f42 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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.2.0] - 2019-10-06
### Added
- checkupdates: Add option for downloading updates. (ab69666)
- docs: Add manpages for checkupdates, pacdiff, pacsort, updpkgsums. (d25a8b2, 35eef6b, ef63784, b258c31)
@@ -75,3 +75,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v1.0.0..master
[1.0.0]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v0.0.1..v1.0.0
[1.1.0]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v1.0.0..v1.1.0
+[1.2.0]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v1.1.0..v1.2.0
diff --git a/configure.ac b/configure.ac
index cb7d03e..ecb34db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib], [1.1.0], [pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib], [1.2.0], [pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])