We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2c284 commit b17d5deCopy full SHA for b17d5de
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# CHANGELOG
2
+
3
+## 0.3.0
4
5
+- Require the minimum Kotlin version of 1.4.30
6
+- Require the minimum Gradle version of 6.8
7
+- Change runtime artifact id from `kotlinx.benchmark.runtime` to `kotlinx-benchmark-runtime`
8
+- Publish runtime to Maven Central instead of Bintray [#33](https://github.com/Kotlin/kotlinx-benchmark/issues/33)
9
+- Change plugin id from `kotlinx.benchmark` to `org.jetbrains.kotlinx.benchmark`
10
+- Change plugin artifact id from `kotlinx.benchmark.gradle` to `kotlinx-benchmark-plugin`
11
+- Publish plugin to Gradle Plugin Portal instead of Bintray
0 commit comments