Skip to content

Commit 824fa93

Browse files
committed
Prepare for release 0.7.6.
1 parent 6cd7f93 commit 824fa93

File tree

6 files changed

+78
-93
lines changed

6 files changed

+78
-93
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ Changelog
44
**Unreleased**
55
--------------
66

7+
0.7.6
8+
-----
9+
10+
_2025-11-17_
11+
712
- **Fix**: Record IC lookups for merged supertypes to graph extensions.
813
- **Fix**: Optimize `checkScope()` diagnostics in errors by checking if roots are empty first.
914
- **Fix**: Fix diagnostic when an `@Multibinds`-annotated Map uses an enum as a key.
1015
- **Fix**: Fix Dagger interop error messages when validating `@Module`s with constructor-injected fields to match errors for `@BindingContainer`s.
1116
- **Fix**: Catch `IrErrorType` error types earlier when generating missing binding hints.
1217
- **Fix**: Fix IC edge case when restoring a deleted contributed binding container.
18+
- Update shaded Okio to `3.16.3`.
19+
- Build against Gradle `9.2.1`.
20+
21+
Special thanks to [@jonamireh](https://github.com/jonamireh), [@neworld](https://github.com/neworld), and [@JoelWilcox](https://github.com/JoelWilcox) for contributing to this release!
1322

1423
0.7.5
1524
-----

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
ksp.version.check=false
2828

2929
GROUP=dev.zacsweers.metro
30-
VERSION_NAME=0.8.0-SNAPSHOT
30+
VERSION_NAME=0.7.6
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: 33 additions & 33 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: 2 additions & 2 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: 29 additions & 41 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 & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)