Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md for 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qurbonzoda committed Jun 26, 2022
1 parent 29ac17a commit 24fb001
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 0.4.4

- Require the minimum Kotlin version of 1.7.0

## 0.4.3

- Require the minimum Kotlin version of 1.6.20

## 0.4.2

- Support JS IR backend
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Kotlin/JVM benchmarks on other platforms with minimum modifications, if any at a

Gradle 6.8 or newer

Kotlin 1.6.0 or newer
Kotlin 1.7.0 or newer

# Gradle plugin

Use plugin in `build.gradle`:

```groovy
plugins {
id 'org.jetbrains.kotlinx.benchmark' version '0.4.2'
id 'org.jetbrains.kotlinx.benchmark' version '0.4.4'
}
```

Expand Down Expand Up @@ -89,7 +89,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.2")
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.4")
}
}
}
Expand Down

0 comments on commit 24fb001

Please sign in to comment.