Skip to content

Commit 2b588e1

Browse files
committed
release: 0.5.13
1 parent 3fb9cba commit 2b588e1

8 files changed

Lines changed: 899 additions & 95 deletions

File tree

CHANGELOG.json

Lines changed: 149 additions & 77 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.5.13 (2020-09-06)
4+
5+
### Chores
6+
7+
- **deps**: bump `semantic-gitlog` to `0.6.1` ([3fb9cba8](https://github.com/semantic-gitlog/gradle-semantic-gitlog/commit/3fb9cba8c6553d918ced5fde416c4f22eb2d6602))
8+
9+
310
## 0.5.12 (2020-08-02)
411

512
### Documentation

CHANGELOG.zh-cn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 更新日志
22

3+
## 0.5.13 (2020-09-06)
4+
5+
### Chores
6+
7+
- **依赖项**: 更新 `semantic-gitlog``0.6.1` ([3fb9cba8](https://github.com/semantic-gitlog/gradle-semantic-gitlog/commit/3fb9cba8c6553d918ced5fde416c4f22eb2d6602))
8+
9+
310
## 0.5.12 (2020-08-02)
411

512
### Documentation

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
group = 'team.yi.gradle.plugin'
1414
description = 'A simple `Semantic Versioning` management tool based on `Conventional Commits`.'
15-
version = '0.5.12'
15+
version = '0.5.13'
1616

1717
sourceCompatibility = JavaVersion.VERSION_1_8
1818
targetCompatibility = JavaVersion.VERSION_1_8
@@ -30,7 +30,7 @@ dependencies {
3030
api gradleApi()
3131

3232
// https://mvnrepository.com/artifact/team.yi.tools/semantic-gitlog
33-
api 'team.yi.tools:semantic-gitlog:0.5.11'
33+
api 'team.yi.tools:semantic-gitlog:0.6.1'
3434

3535
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
3636
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'

0 commit comments

Comments
 (0)