Skip to content

Commit e9befc1

Browse files
chore(master): release 0.5.8 (#75)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 46c33cf commit e9befc1

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.7"
2+
".": "0.5.8"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## [0.5.8](https://github.com/OneLiteFeatherNET/Cyano/compare/0.5.7...v0.5.8) (2026-05-13)
4+
5+
6+
### Features
7+
8+
* **workflows:** migrate to our new workflow preset ([#73](https://github.com/OneLiteFeatherNET/Cyano/issues/73)) ([7cd45b7](https://github.com/OneLiteFeatherNET/Cyano/commit/7cd45b7c9830468f219f1a5ddbc6e97461469dab))
9+
10+
## Changelog

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "net.onelitefeather"
8-
version = "0.5.7" // x-release-please-version
8+
version = "0.5.8" // x-release-please-version
99

1010
java {
1111
toolchain {

0 commit comments

Comments
 (0)