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

Commit 328480f

Browse files
committed
Prepare Versioning release 0.2.0
1 parent f63b6c6 commit 328480f

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
@@ -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

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/plugin-tool-versioning@v0.1.2...main)
12+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-versioning@v0.2.0...main)
13+
14+
## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-tool-versioning@v0.2.0)
15+
16+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-tool-versioning@v0.1.2...plugin-tool-versioning@v0.2.0)
1317

1418
### Bumped
1519

plugins/tool/versioning/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.2"
25+
version = "0.2.0"
2626

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

0 commit comments

Comments
 (0)