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

Commit 13cfcd7

Browse files
committed
Prepare Gradle Plugin convention release v0.2.1
1 parent 1de33db commit 13cfcd7

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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
@@ -72,7 +72,7 @@ curl "https://img.shields.io/badge/Plugin_Development-→-orange.svg?style=flat"
7272

7373
- Gradle plugin convention
7474
```bash
75-
curl "https://img.shields.io/badge/PluginConvention-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-gradle-plugin-convention.svg
75+
curl "https://img.shields.io/badge/PluginConvention-v0.2.1-orange.svg?style=flat" -s -o ../assets/images/badge-release-gradle-plugin-convention.svg
7676
```
7777
- Gradle test util
7878
```bash

plugin-development/gradle-plugin-convention/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ 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.1](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.1)
1317

1418
### Bumped
1519

plugin-development/gradle-plugin-convention/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins {
3333
}
3434

3535
group = "eu.bitfunk.gradle.plugin.development.convention"
36-
version = "0.2.0"
36+
version = "0.2.1"
3737

3838
repositories {
3939
gradlePluginPortal()

0 commit comments

Comments
 (0)