From 7118f1dd24c67e87de74726d851fb44dd72ce8f7 Mon Sep 17 00:00:00 2001 From: Ahmad Husen Date: Thu, 5 May 2022 23:07:01 +0700 Subject: [PATCH] chore: release v2.1.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 853b60b..d410288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] - 2022-05-05 + +### Added + +- Option to resolve deps using paru (from AUR) + ## [2.0.3] - 2022-02-02 ### Fixed @@ -79,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.3...HEAD +[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.3...v2.1.0 [2.0.3]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...v2.0.1