We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05de88b commit f46e88cCopy full SHA for f46e88c
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.2.1] - 2019-09-13
10
+### Fixes
11
+- Current branch returning the branch name instead of HEAD on a detached HEAD
12
+
13
## [1.2.0] - 2019-05-11
14
### Added
15
- Detailed version info to info task
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
}
group = "io.wusa"
-version = "1.2.0"
+version = "1.2.1"
dependencies {
implementation(kotlin("stdlib-jdk8"))
0 commit comments