Skip to content
Snippets Groups Projects
Commit e7418579 authored by Johannes Löthberg's avatar Johannes Löthberg
Browse files

Release v1.0.0

parent ed43c327
No related branches found
No related tags found
No related merge requests found
......@@ -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.0.0]
### Added
- `--version` option to pactree.
- Import pacsort utility.
......@@ -32,4 +32,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- updpkgsums
- Added vim highlighting for PKGBUILDs.
[Unreleased]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v0.0.1..master
[1.0.0]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v0.0.1..v1.0.0
[Unreleased]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v1.0.0..master
AC_INIT([pacman-contrib], [1.0.0-rc1], [pacman-contrib@lists.archlinux.org])
AC_INIT([pacman-contrib], [1.0.0], [pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment