This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ curl "https://img.shields.io/badge/Tool-→-orange.svg?style=flat" -s -o ../asse
51
51
``` bash
52
52
curl " https://img.shields.io/badge/CompositeDelegator-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-composite-delegator.svg
53
53
```
54
- - Publish
54
+ - Git Version
55
55
``` bash
56
- curl " https://img.shields.io/badge/Publish-TODO -orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-publish .svg
56
+ curl " https://img.shields.io/badge/GitVersion-v0.2.0 -orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-git-version .svg
57
57
```
58
- - Git Version
58
+ - Publish
59
59
``` bash
60
- curl " https://img.shields.io/badge/GitVersion-v0.1.1 -orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-git-version .svg
60
+ curl " https://img.shields.io/badge/Publish-TODO -orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-publish .svg
61
61
```
62
62
- Versioning
63
63
``` bash
Original file line number Diff line number Diff line change @@ -9,15 +9,19 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html
9
9
10
10
## [ Unreleased] ( https://github.com/bitfunk/gradle-plugins/releases/latest )
11
11
12
- See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-git-version@v0.1.0...main )
12
+ See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-git-version@v0.2.0...main )
13
+
14
+ ## [ 0.2.0] ( https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-tool-git-version@v0.2.0 )
15
+
16
+ See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-git-version@v0.1.1...plugin-tool-git-version@v0.2.0 )
13
17
14
18
### Fixed
15
19
16
20
- Fix flaky git-version merge test
17
21
18
22
### Bumped
19
23
20
- - Gradle Plugin Convention 0.0.7 -> 0.1.0
24
+ - Gradle Plugin Convention 0.0.7 -> 0.2.1
21
25
22
26
## [ 0.1.1] ( https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-tool-git-version@v0.1.1 )
23
27
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
}
23
23
24
24
group = " eu.bitfunk.gradle.plugin.tool"
25
- version = " 0.1.1 "
25
+ version = " 0.2.0 "
26
26
27
27
gradlePlugin {
28
28
plugins.create(" toolGitVersion" ) {
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
jGit = " 6.4.0.202211300538-r"
3
3
semVer = " 1.2.0"
4
- plugin-gradlePluginConvention = " 0.1.0 "
4
+ plugin-gradlePluginConvention = " 0.2.1 "
5
5
6
6
[libraries ]
7
7
jGit = { module = " org.eclipse.jgit:org.eclipse.jgit" , version.ref = " jGit" }
You can’t perform that action at this time.
0 commit comments