Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dewantawsif committed May 30, 2024
1 parent ab2614e commit f2b3179
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.4.0]
### Changed
- Add guard on what `Context` can be used to initialize `FlexibleHilt`

Expand All @@ -24,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v1.0.0]
Initial release

[Unreleased]: https://github.com/dewantawsif/flexible-hilt/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/dewantawsif/flexible-hilt/compare/v0.4.0...HEAD
[v0.4.0]: https://github.com/dewantawsif/flexible-hilt/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/dewantawsif/flexible-hilt/compare/v0.2.1...v0.3.0
[v0.2.1]: https://github.com/dewantawsif/flexible-hilt/compare/v0.1.1...v0.2.1
[v0.1.1]: https://github.com/dewantawsif/flexible-hilt/compare/e64922653292368f7d74ec0d92e4e80ad44b95eb...v0.1.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ The library requires your app's `minSdk` to be 21+
### Add dependencies
```kotlin
plugiin {
id("com.google.devtools.ksp") version "1.9.20-1.0.14"
id("com.google.devtools.ksp") version "2.0.0-1.0.21"
}

dependencies {
implementation("me.tawsif.hilt:flexible-hilt-core:0.3.0")
ksp("me.tawsif.hilt:flexible-hilt-compiler:0.3.0")
implementation("me.tawsif.hilt:flexible-hilt-core:0.4.0")
ksp("me.tawsif.hilt:flexible-hilt-compiler:0.4.0")
}
```

Expand Down

0 comments on commit f2b3179

Please sign in to comment.