Skip to content

Commit e8d83b6

Browse files
committed
Release 0.6.0
1 parent 526c5b3 commit e8d83b6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/test_install_script.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- '0.3.0'
2020
- '0.4.0'
2121
- '0.5.0'
22+
- '0.6.0'
2223
- ''
2324
exclude:
2425
- runner: macos-14

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
## [0.6.0] - 2025-01-25
6+
57
### Added
68

79
- script exception handling

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ kotlin.code.style=official
1818
org.gradle.caching=true
1919
org.gradle.parallel=true
2020

21-
version=0.6.0-SNAPSHOT
21+
version=0.6.0

0 commit comments

Comments
 (0)