Skip to content

Commit

Permalink
Prepare release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Aug 5, 2022
1 parent 64a9389 commit 79ac71a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.5.1] 2022-07-05

### Fixed

- Fixed dependency resolution issue with native artifacts

## [0.5.0] 2022-07-02

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

## [0.1.0] - 2020-09-17

- Initial Release
- Initial Release
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ repositories {
}
dependencies {
ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.5.0")
implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.0")
ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.5.1")
implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.1")
}
```

Expand All @@ -78,8 +78,8 @@ plugins {
}
dependencies {
kapt("me.tatarka.inject:kotlin-inject-compiler-kapt:0.5.0")
implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.0")
kapt("me.tatarka.inject:kotlin-inject-compiler-kapt:0.5.1")
implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin-inject = "0.5.1-SNAPSHOT"
kotlin-inject = "0.5.1"
kotlin = "1.5.31"
ksp = "1.5.31-1.0.1"
kotlinpoet = "1.10.1"
Expand Down

0 comments on commit 79ac71a

Please sign in to comment.