From feac8a9d029631909fd9137ecf3c14737514be0c Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Mon, 29 Apr 2019 21:35:48 +0300 Subject: [PATCH] Prepare version 0.1.2 --- CHANGELOG.md | 5 ++++- opi | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602a0f6..821a2c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] + ### Fixed - Fixed lost of "noarch" packages [#3](https://github.com/openSUSE-zh/opi/issues/3) @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Choose package and install - Keep or remove repository after installation -[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/openSUSE-zh/opi/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/openSUSE-zh/opi/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/openSUSE-zh/opi/releases/tag/v0.1.0 diff --git a/opi b/opi index c43b40d..402d232 100755 --- a/opi +++ b/opi @@ -8,7 +8,7 @@ # License: GPL-3.0 # # Created at: 2019-04-25 -# Updated at: 2019-04-28 +# Updated at: 2019-04-29 use strict; use warnings;