Skip to content

Commit 79ac71a

Browse files
committed
Prepare release 0.5.1
1 parent 64a9389 commit 79ac71a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.1] 2022-07-05
9+
10+
### Fixed
11+
12+
- Fixed dependency resolution issue with native artifacts
13+
814
## [0.5.0] 2022-07-02
915

1016
### Changed
@@ -308,4 +314,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
308314

309315
## [0.1.0] - 2020-09-17
310316

311-
- Initial Release
317+
- Initial Release

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ repositories {
6464
}
6565
6666
dependencies {
67-
ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.5.0")
68-
implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.0")
67+
ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.5.1")
68+
implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.1")
6969
}
7070
```
7171

@@ -78,8 +78,8 @@ plugins {
7878
}
7979
8080
dependencies {
81-
kapt("me.tatarka.inject:kotlin-inject-compiler-kapt:0.5.0")
82-
implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.0")
81+
kapt("me.tatarka.inject:kotlin-inject-compiler-kapt:0.5.1")
82+
implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.1")
8383
}
8484
```
8585

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin-inject = "0.5.1-SNAPSHOT"
2+
kotlin-inject = "0.5.1"
33
kotlin = "1.5.31"
44
ksp = "1.5.31-1.0.1"
55
kotlinpoet = "1.10.1"

0 commit comments

Comments
 (0)