From f64b72de1551e6ad4de1a99955ce7ac3693f7f82 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 15 Jul 2020 10:10:33 +0200 Subject: [PATCH] update version and changelog to 2.2.3 --- CHANGELOG.md | 5 +++++ build.gradle.kts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c270e3d..fe55ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/build.gradle.kts b/build.gradle.kts index c9051f1..5f5a467 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "io.wusa" -version = "2.2.2" +version = "2.2.3" dependencies { implementation(kotlin("stdlib-jdk8"))