Skip to content

Commit 14599d5

Browse files
committed
Prepare for release 0.9.3.
1 parent 8d649bf commit 14599d5

File tree

9 files changed

+37
-29
lines changed

9 files changed

+37
-29
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Changelog
44
**Unreleased**
55
--------------
66

7-
### New
7+
0.9.3
8+
-----
9+
10+
_2026-01-02_
11+
12+
Happy new year!
813

914
### Enhancements
1015

@@ -33,6 +38,14 @@ Changelog
3338
- [FIR] Change `SUSPICIOUS_MEMBER_INJECT_FUNCTION` diagnostic to be a warning instead of an error.
3439
- Remove testing of 2.3.0 pre-releases. IntelliJ stable currently builds off Kotlin `2.3.2x` and Android Studio stable currently points to Kotlin `2.2.2x`.
3540

41+
### Contributors
42+
43+
Special thanks to the following contributors for contributing to this release!
44+
45+
- [@JoelWilcox](https://github.com/JoelWilcox)
46+
- [@japplin](https://github.com/japplin)
47+
- [@vRallev](https://github.com/vRallev)
48+
3649
0.9.2
3750
-----
3851

docs/compatibility.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ The following Kotlin versions are tested via CI:
3737
| Kotlin Version |
3838
|-----------------|
3939
| 2.3.20-dev-5437 |
40-
| 2.3.0-RC3 |
41-
| 2.3.0-RC2 |
42-
| 2.3.0-RC |
43-
| 2.3.0-Beta2 |
44-
| 2.3.0-Beta1 |
4540
| 2.3.0 |
4641
| 2.2.21 |
4742
| 2.2.20 |

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Metro is primarily applied via its companion Gradle plugin.
99
```kotlin
1010
plugins {
1111
kotlin("multiplatform") // or jvm, android, etc
12-
id("dev.zacsweers.metro") version "0.9.2"
12+
id("dev.zacsweers.metro") version "0.9.3"
1313
}
1414
```
1515

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kotlin.compiler.preciseCompilationResultsBackup=true
2828
android.useAndroidX=true
2929

3030
GROUP=dev.zacsweers.metro
31-
VERSION_NAME=0.10.0-SNAPSHOT
31+
VERSION_NAME=0.9.3
3232
POM_DESCRIPTION=A multiplatform, compile-time injection framework for Kotlin.
3333
POM_URL=https://github.com/ZacSweers/metro/
3434
POM_SCM_URL=https://github.com/ZacSweers/metro/

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jvmTarget = "11"
3131
kct = "0.12.0"
3232
kotlin = "2.2.20"
3333
kotlinInject = "0.8.0"
34-
metro = "0.9.2"
34+
metro = "0.9.3"
3535
kotlinInject-anvil = "0.1.6"
3636
kotlinx-benchmark = "0.4.15"
3737
kotlinx-coroutines = "1.10.2"

kotlin-js-store/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kotlin-js-store/wasm/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/kotlin-js-store/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/kotlin-js-store/wasm/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)