Skip to content

Commit 8763f83

Browse files
committed
Prepare 0.2.1
1 parent 88bfe0e commit 8763f83

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html
1010

1111
## [Unreleased](https://github.com/bitfunk/action-runner-orchestrator/releases/latest)
1212

13-
See [changeset](https://github.com/bitfunk/action-runner-orchestrator/compare/v0.2.0...main)
13+
See [changeset](https://github.com/bitfunk/action-runner-orchestrator/compare/v0.2.1...main)
14+
15+
## [0.2.1](https://github.com/bitfunk/action-runner-orchestrator/releases/tag/v0.2.1)
16+
17+
See [changeset](https://github.com/bitfunk/action-runner-orchestrator/compare/v0.2.0...v0.2.1)
1418

1519
### Added
1620

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Kotlin script to manage GitHub Action Runners on self-hosted machines.
1818

1919
This script helps to manage GitHub action runners for multiple GitHub repositories.
2020

21-
The script has been developed against Kotlin 1.7.20 and is using kotlin-shell and ktor.
21+
The script has been developed against Kotlin 1.7.22 and is using kotlin-shell and ktor.
2222

2323
## Getting started
2424

Lines changed: 1 addition & 1 deletion
Loading

docs/src/develop/badges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl "link" -s -o badge-filename
1919
Latest release:
2020

2121
```bash
22-
curl "https://img.shields.io/badge/Release-0.2.0-blueviolet.svg?style=flat" -s -o badge-release-latest.svg
22+
curl "https://img.shields.io/badge/Release-0.2.1-blueviolet.svg?style=flat" -s -o badge-release-latest.svg
2323
```
2424

2525
License:

0 commit comments

Comments
 (0)