File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Kotlin script to manage GitHub Action Runners on self-hosted machines.
1818
1919This 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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ curl "link" -s -o badge-filename
1919Latest 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
2525License:
You can’t perform that action at this time.
0 commit comments