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

Commit 367cce7

Browse files
committed
Merge branch 'release/prepare-versioning-release-0.2.0'
2 parents 01e26d0 + 328480f commit 367cce7

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed
Loading

docs/develop/badges.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ curl "https://img.shields.io/badge/Tool-→-orange.svg?style=flat" -s -o ../asse
6161
```
6262
- Versioning
6363
```bash
64-
curl "https://img.shields.io/badge/Versioning-v0.1.2-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-versioning.svg
64+
curl "https://img.shields.io/badge/Versioning-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-versioning.svg
6565
```
6666

6767
#### Plugin-development

plugins/tool/versioning/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ 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/[email protected])
12+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected])
13+
14+
## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])
15+
16+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected]@v0.2.0)
17+
18+
### Bumped
19+
20+
- Git Version 0.1.1 -> 0.2.0
21+
- Gradle Plugin Convention 0.1.0 -> 0.2.0
1322

1423
## [0.1.2](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])
1524

plugins/tool/versioning/build.gradle.kts

+1-1
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.2"
25+
version = "0.2.0"
2626

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

plugins/tool/versioning/gradle/libs-versioning.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
gradlePluginGitVersion = "0.1.1"
3-
gradlePluginConvention = "0.1.0"
2+
gradlePluginGitVersion = "0.2.0"
3+
gradlePluginConvention = "0.2.1"
44

55
[libraries]
66
plugin-gitVersion = { module = "eu.bitfunk.gradle.plugin.tool:git-version", version.ref = "gradlePluginGitVersion" }

0 commit comments

Comments
 (0)