File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 runs-on : macos-latest
11- if : ${{ github.ref == 'refs/heads/master' && github. repository == 'ajalt/clikt' }}
11+ if : ${{ github.repository == 'ajalt/clikt' }}
1212 steps :
1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 11# Changelog
22
33## Unreleased
4+ ## 4.4.0
5+ ### Added
6+ - Publish ` linuxArm64 ` and ` wasmJs ` targets.
47
58## 4.3.0
69### Added
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ them with the included [`runsample` script](runsample).
5858
5959Clikt is distributed through [ Maven Central] ( https://search.maven.org/artifact/com.github.ajalt.clikt/clikt ) .
6060
61- ``` groovy
61+ ``` kotlin
6262dependencies {
63- implementation("com.github.ajalt.clikt:clikt:4.3 .0")
63+ implementation(" com.github.ajalt.clikt:clikt:4.4 .0" )
6464}
6565```
6666
Original file line number Diff line number Diff line change 1- VERSION_NAME =4.3 .0
1+ VERSION_NAME =4.4 .0
22
33# Silence the compile warning that MPP is experimental
44kotlin.mpp.stability.nowarn =true
You can’t perform that action at this time.
0 commit comments