Skip to content

Commit 007a384

Browse files
committed
Prepare for release 0.8.2.
1 parent 73547b3 commit 007a384

File tree

6 files changed

+45
-40
lines changed

6 files changed

+45
-40
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ Changelog
44
**Unreleased**
55
--------------
66

7+
0.8.2
8+
-----
9+
10+
_2025-12-04_
11+
712
- **Fix**: Avoid JDK 21 `List.removeFirst()` call. That said, Metro's compiler may move to JDK 21+ in the future (note this is separate from the runtime JVM targets).
8-
- **Fix**: Fix accidental leak of androidx.test dep in `metrox-viewmodel-compose` artifact.
13+
- **Fix**: Fix accidental `androidx.test` transitive dependency in `metrox-viewmodel-compose` artifact.
914

1015
0.8.1
1116
-----

gradle.properties

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

2929
GROUP=dev.zacsweers.metro
30-
VERSION_NAME=0.9.0-SNAPSHOT
30+
VERSION_NAME=0.8.2
3131
POM_DESCRIPTION=A multiplatform, compile-time injection framework for Kotlin.
3232
POM_URL=https://github.com/ZacSweers/metro/
3333
POM_SCM_URL=https://github.com/ZacSweers/metro/

kotlin-js-store/package-lock.json

Lines changed: 15 additions & 15 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: 13 additions & 13 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)