From 50800ce13af9174239c317756cead1095d94f148 Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Fri, 3 May 2019 14:08:23 +0300 Subject: [PATCH] Version 0.2.0 --- CHANGELOG.md | 5 ++++- opi | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f390e..618a60c 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.2.0] + ### Added - Install Packman Codecs with `opi packman` or `opi codecs` [#6](https://github.com/openSUSE-zh/opi/issues/6) @@ -36,7 +38,8 @@ 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.2...HEAD +[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.2.0...HEAD +[0.1.2]: https://github.com/openSUSE-zh/opi/compare/v0.1.2...v0.2.0 [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 baf6089..81fe7f5 100755 --- a/opi +++ b/opi @@ -6,9 +6,6 @@ # Author: Guo Yunhe # Website: https://github.com/openSUSE-zh/opi # License: GPL-3.0 -# -# Created at: 2019-04-25 -# Updated at: 2019-04-29 use strict; use warnings;