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

Commit 98d23ec

Browse files
committed
Merge branch 'release/prepare-tool-composite-delegator-0.2.0'
2 parents c63c3f6 + f039a58 commit 98d23ec

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed
Lines changed: 1 addition & 1 deletion
Loading

docs/develop/badges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ curl "https://img.shields.io/badge/Tool-→-orange.svg?style=flat" -s -o ../asse
4949

5050
- Composite Delegator
5151
```bash
52-
curl "https://img.shields.io/badge/CompositeDelegator-v0.1.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-composite-delegator.svg
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
5353
```
5454
- Publish
5555
```bash

plugins/tool/composite-delegator/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ 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-composite-delegator@v0.1.0...main)
12+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-composite-delegator@v0.2.0...main)
13+
14+
## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-tool-composite-delegator@v0.2.0)
15+
16+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-composite-delegator@v0.1.0...plugin-tool-composite-delegator@v0.2.0)
1317

1418
### Bumped
1519

16-
- Gradle Plugin Convention 0.0.7 -> 0.1.0
20+
- Gradle Plugin Convention 0.0.7 -> 0.2.0
1721

1822
## [0.1.0](https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-tool-composite-delegator@v0.1.0)
1923

plugins/tool/composite-delegator/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.0"
25+
version = "0.2.0"
2626

2727
gradlePlugin {
2828
plugins.create("gradleCompositeDelegator") {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
gradlePluginConvention = "0.1.0"
2+
gradlePluginConvention = "0.2.1"
33

44
[plugins]
55
gradlePluginConvention = { id = "eu.bitfunk.gradle.plugin.development.convention", version.ref = "gradlePluginConvention" }

0 commit comments

Comments
 (0)