Skip to content

Commit

Permalink
Release version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Apr 27, 2024
1 parent b8e5925 commit 61a51ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
runs-on: macos-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'ajalt/clikt' }}
if: ${{ github.repository == 'ajalt/clikt' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog

## Unreleased
## 4.4.0
### Added
- Publish `linuxArm64` and `wasmJs` targets.

## 4.3.0
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -58,9 +58,9 @@ them with the included [`runsample` script](runsample).

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

```groovy
```kotlin
dependencies {
implementation("com.github.ajalt.clikt:clikt:4.3.0")
implementation("com.github.ajalt.clikt:clikt:4.4.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=4.3.0
VERSION_NAME=4.4.0

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

0 comments on commit 61a51ff

Please sign in to comment.