File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.1] 2023-02-11
9+
10+ ### Fixed
11+ - Fixed code generation issues with assisted injection.
12+
813## [ 0.6.0] 2202-12-21
914
1015### Changed
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ repositories {
6464}
6565
6666dependencies {
67- ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.5 .1")
68- implementation("me.tatarka.inject:kotlin-inject-runtime:0.5 .1")
67+ ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.6 .1")
68+ implementation("me.tatarka.inject:kotlin-inject-runtime:0.6 .1")
6969}
7070```
7171
@@ -78,8 +78,8 @@ plugins {
7878}
7979
8080dependencies {
81- kapt("me.tatarka.inject:kotlin-inject-compiler-kapt:0.5 .1")
82- implementation("me.tatarka.inject:kotlin-inject-runtime:0.5 .1")
81+ kapt("me.tatarka.inject:kotlin-inject-compiler-kapt:0.6 .1")
82+ implementation("me.tatarka.inject:kotlin-inject-runtime:0.6 .1")
8383}
8484```
8585
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin-inject = " 0.6.1-SNAPSHOT "
2+ kotlin-inject = " 0.6.1"
33kotlin = " 1.5.31"
44ksp = " 1.5.31-1.0.1"
55kotlinpoet = " 1.10.1"
You can’t perform that action at this time.
0 commit comments