This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## Version 0.12.1
5+
6+ _ 2023-04-08_
7+
8+ ** New**
9+ * Support receivers of infix functions (#69 ).
10+
11+ ** Fixes**
12+ * Ignore implicit varargs array (#84 ).
13+ * Ignore body of object literals (#85 ).
14+
15+ ** Other**
16+ * Run tests in parallel (#73 ) - @christophsturm .
17+ * Upgrade to Gradle 8 (#87 ) - @TWiStErRob .
18+ * Add Kotlinter for code styling (#86 ) - @christophsturm .
19+
420## Version 0.12.0
521
622_ 2022-07-10_
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Builds of the Gradle plugin are available through the
9898``` kotlin
9999plugins {
100100 kotlin(" multiplatform" ) version " 1.7.0"
101- id(" com.bnorm.power.kotlin-power-assert" ) version " 0.12.0 "
101+ id(" com.bnorm.power.kotlin-power-assert" ) version " 0.12.1 "
102102}
103103```
104104
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99allprojects {
1010 group = " com.bnorm.power"
11- version = " 0.13.0-SNAPSHOT "
11+ version = " 0.12.1 "
1212}
1313
1414subprojects {
Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" multiplatform" ) version " 1.7.0"
3- id(" com.bnorm.power.kotlin-power-assert" ) version " 0.12.0 "
3+ id(" com.bnorm.power.kotlin-power-assert" ) version " 0.12.1 "
44}
55
66repositories {
You can’t perform that action at this time.
0 commit comments