Skip to content

Commit

Permalink
Prepare 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Dec 22, 2022
1 parent 88bfe0e commit 8763f83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html

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

See [changeset](https://github.com/bitfunk/action-runner-orchestrator/compare/v0.2.0...main)
See [changeset](https://github.com/bitfunk/action-runner-orchestrator/compare/v0.2.1...main)

## [0.2.1](https://github.com/bitfunk/action-runner-orchestrator/releases/tag/v0.2.1)

See [changeset](https://github.com/bitfunk/action-runner-orchestrator/compare/v0.2.0...v0.2.1)

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Kotlin script to manage GitHub Action Runners on self-hosted machines.

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

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

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/images/badge-release-latest.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/src/develop/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ curl "link" -s -o badge-filename
Latest release:

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

License:
Expand Down

0 comments on commit 8763f83

Please sign in to comment.