From d9b03676a9b2a80b83b5101bc2449620d7e5d803 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 16 Nov 2018 19:12:45 -0800 Subject: [PATCH] Example (#9) --- CHANGELOG.md | 7 ++++++- example/{pubspec_version.md => readme.md} | 0 pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) rename example/{pubspec_version.md => readme.md} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74595b7..aa53a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2018-11-16 +### Changed +- Minor documentation changes. + ## [0.2.1] - 2018-11-16 ### Changed - Minor documentation changes. @@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version -[Unreleased]: https://github.com/f3ath/pubspec-version/compare/0.2.1...HEAD +[Unreleased]: https://github.com/f3ath/pubspec-version/compare/0.2.2...HEAD +[0.2.2]: https://github.com/f3ath/pubspec-version/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/f3ath/pubspec-version/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/f3ath/pubspec-version/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/f3ath/pubspec-version/compare/0.0.2...0.1.0 diff --git a/example/pubspec_version.md b/example/readme.md similarity index 100% rename from example/pubspec_version.md rename to example/readme.md diff --git a/pubspec.yaml b/pubspec.yaml index 0b59be6..fdce500 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ author: "Alexey Karapetov " description: "A CLI tool to set/bump the package version in pubspec.yaml. Think of \"npm version\" for Dart." homepage: "https://github.com/f3ath/pubspec-version" name: "pubspec_version" -version: "0.2.1" +version: "0.2.2" dependencies: args: "^1.5.0" pub_semver: "^1.4.2"