Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 7f60544

Browse files
committed
Merge branch 'release/prepare-tool-git-version-0.2.0'
2 parents 98d23ec + f0d212a commit 7f60544

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed
Lines changed: 1 addition & 1 deletion
Loading

docs/develop/badges.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ curl "https://img.shields.io/badge/Tool-→-orange.svg?style=flat" -s -o ../asse
5151
```bash
5252
curl "https://img.shields.io/badge/CompositeDelegator-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-composite-delegator.svg
5353
```
54-
- Publish
54+
- Git Version
5555
```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
5757
```
58-
- Git Version
58+
- Publish
5959
```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
6161
```
6262
- Versioning
6363
```bash

plugins/tool/git-version/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html
99

1010
## [Unreleased](https://github.com/bitfunk/gradle-plugins/releases/latest)
1111

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)
1317

1418
### Fixed
1519

1620
- Fix flaky git-version merge test
1721

1822
### Bumped
1923

20-
- Gradle Plugin Convention 0.0.7 -> 0.1.0
24+
- Gradle Plugin Convention 0.0.7 -> 0.2.1
2125

2226
## [0.1.1](https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-tool-git-version@v0.1.1)
2327

plugins/tool/git-version/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = "eu.bitfunk.gradle.plugin.tool"
25-
version = "0.1.1"
25+
version = "0.2.0"
2626

2727
gradlePlugin {
2828
plugins.create("toolGitVersion") {

plugins/tool/git-version/gradle/libs-git-version.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
jGit = "6.4.0.202211300538-r"
33
semVer = "1.2.0"
4-
plugin-gradlePluginConvention = "0.1.0"
4+
plugin-gradlePluginConvention = "0.2.1"
55

66
[libraries]
77
jGit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "jGit" }

0 commit comments

Comments
 (0)