Skip to content

Commit 61a51ff

Browse files
committed
Release version 4.4.0
1 parent b8e5925 commit 61a51ff

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased
4+
## 4.4.0
5+
### Added
6+
- Publish `linuxArm64` and `wasmJs` targets.
47

58
## 4.3.0
69
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ them with the included [`runsample` script](runsample).
5858

5959
Clikt is distributed through [Maven Central](https://search.maven.org/artifact/com.github.ajalt.clikt/clikt).
6060

61-
```groovy
61+
```kotlin
6262
dependencies {
63-
implementation("com.github.ajalt.clikt:clikt:4.3.0")
63+
implementation("com.github.ajalt.clikt:clikt:4.4.0")
6464
}
6565
```
6666

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=4.3.0
1+
VERSION_NAME=4.4.0
22

33
# Silence the compile warning that MPP is experimental
44
kotlin.mpp.stability.nowarn=true

0 commit comments

Comments
 (0)