Skip to content

Commit 183c767

Browse files
committed
bump version update changelog and readme
1 parent 3a37d5f commit 183c767

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.3.7]
8+
### Fixed
9+
- Fix regex to match grafted branches.
10+
711
## [2.3.6]
812
### Fixed
913
- Fix BREAKING CHANGE regex to also accept BREAKING-CHANGE and BREAKING_CHANGE due to an incompatibility between the Conventional commit specification and the git trailers convention:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gradle 2.1 and higher
1212

1313
```
1414
plugins {
15-
id("io.wusa.semver-git-plugin").version("2.3.6")
15+
id("io.wusa.semver-git-plugin").version("2.3.7")
1616
}
1717
```
1818

@@ -25,7 +25,7 @@ buildscript {
2525
}
2626
}
2727
dependencies {
28-
classpath 'io.wusa:semver-git-plugin:2.3.6'
28+
classpath 'io.wusa:semver-git-plugin:2.3.7'
2929
}
3030
}
3131

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.wusa"
10-
version = "2.3.6"
10+
version = "2.3.7"
1111

1212
dependencies {
1313
implementation(kotlin("stdlib-jdk8"))

0 commit comments

Comments
 (0)