Skip to content

Commit

Permalink
update version and changelog to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovemilk committed Jul 15, 2020
1 parent ad15d22 commit f64b72d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.3]
### Fixed
- Remove trailing dash if dirty marker is empty.
- Branch parsing regex now supports / (slashes) (e.g. feature/ilovemilk/super-feature)

## [2.2.2]
### Fixed
- Remove trailing dash if SNAPSHOT is empty.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.wusa"
version = "2.2.2"
version = "2.2.3"

dependencies {
implementation(kotlin("stdlib-jdk8"))
Expand Down

0 comments on commit f64b72d

Please sign in to comment.