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-versioning-release-0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 18, 2023
2 parents 01e26d0 + 328480f commit 367cce7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/assets/images/badge-release-tool-versioning.svg
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 @@ -61,7 +61,7 @@ curl "https://img.shields.io/badge/Tool-→-orange.svg?style=flat" -s -o ../asse
```
- Versioning
```bash
curl "https://img.shields.io/badge/Versioning-v0.1.2-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-versioning.svg
curl "https://img.shields.io/badge/Versioning-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-versioning.svg
```

#### Plugin-development
Expand Down
11 changes: 10 additions & 1 deletion plugins/tool/versioning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ 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/[email protected]@v0.2.0)

### Bumped

- Git Version 0.1.1 -> 0.2.0
- Gradle Plugin Convention 0.1.0 -> 0.2.0

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

Expand Down
2 changes: 1 addition & 1 deletion plugins/tool/versioning/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.2"
version = "0.2.0"

gradlePlugin {
plugins.create("toolVersioning") {
Expand Down
4 changes: 2 additions & 2 deletions plugins/tool/versioning/gradle/libs-versioning.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
gradlePluginGitVersion = "0.1.1"
gradlePluginConvention = "0.1.0"
gradlePluginGitVersion = "0.2.0"
gradlePluginConvention = "0.2.1"

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

0 comments on commit 367cce7

Please sign in to comment.