We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8225d commit 625563dCopy full SHA for 625563d
CHANGELOG.md
@@ -1,7 +1,12 @@
1
# Change Log
2
3
## [Unreleased]
4
-[Unreleased]: https://github.com/aitorvs/beeline/compare/0.1.2...HEAD
+[Unreleased]: https://github.com/aitorvs/beeline/compare/0.3.0...HEAD
5
+
6
+## [0.2.0] - 2021-03-05
7
+[0.2.0]: https://github.com/aitorvs/beeline/releases/tag/0.2.0
8
9
+Added `--version` CLI option
10
11
## [0.1.1] - 2021-03-05
12
[0.1.1]: https://github.com/aitorvs/beeline/releases/tag/0.1.1
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "com.aitorvs.beeline"
-version = "0.2.0-SNAPSHOT"
+version = "0.2.0"
repositories {
mavenCentral()
0 commit comments