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

Commit

Permalink
Merge branch 'release/prepare-tool-composite-delegator-0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 18, 2023
2 parents c63c3f6 + f039a58 commit 98d23ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/develop/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ curl "https://img.shields.io/badge/Tool-→-orange.svg?style=flat" -s -o ../asse

- Composite Delegator
```bash
curl "https://img.shields.io/badge/CompositeDelegator-v0.1.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-composite-delegator.svg
curl "https://img.shields.io/badge/CompositeDelegator-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-composite-delegator.svg
```
- Publish
```bash
Expand Down
8 changes: 6 additions & 2 deletions plugins/tool/composite-delegator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html

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

See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected])
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected])

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

See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-composite-delegator@[email protected])

### Bumped

- Gradle Plugin Convention 0.0.7 -> 0.1.0
- Gradle Plugin Convention 0.0.7 -> 0.2.0

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

Expand Down
2 changes: 1 addition & 1 deletion plugins/tool/composite-delegator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

group = "eu.bitfunk.gradle.plugin.tool"
version = "0.1.0"
version = "0.2.0"

gradlePlugin {
plugins.create("gradleCompositeDelegator") {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
gradlePluginConvention = "0.1.0"
gradlePluginConvention = "0.2.1"

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

0 comments on commit 98d23ec

Please sign in to comment.