Skip to content

Commit

Permalink
chore(main): release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 12, 2023
1 parent d19f2c5 commit e9b74ea
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.2"}
{".":"0.0.3"}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [0.0.3](https://github.com/open-feature/kotlin-sdk/compare/v0.0.2...v0.0.3) (2023-10-12)


### 🐛 Bug Fixes

* **deps:** update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 ([#39](https://github.com/open-feature/kotlin-sdk/issues/39)) ([714dd05](https://github.com/open-feature/kotlin-sdk/commit/714dd058b6781f1eb7addb67de2905cab47b76df))
* **deps:** update dependency org.mockito.kotlin:mockito-kotlin to v5.1.0 ([#10](https://github.com/open-feature/kotlin-sdk/issues/10)) ([695c380](https://github.com/open-feature/kotlin-sdk/commit/695c3809c136f29e8682edc0a50b18f5938e252c))
* Release please handle versioning ([#47](https://github.com/open-feature/kotlin-sdk/issues/47)) ([bc249c5](https://github.com/open-feature/kotlin-sdk/commit/bc249c50225955fbda3319d490b188ddc399f0b7))


### 🧹 Chore

* **deps:** update actions/cache action to v3 ([#18](https://github.com/open-feature/kotlin-sdk/issues/18)) ([9db4359](https://github.com/open-feature/kotlin-sdk/commit/9db4359b31d5cd06ab01957c5a965e357742cef4))
* **deps:** update actions/checkout action to v3 ([#19](https://github.com/open-feature/kotlin-sdk/issues/19)) ([8299d5f](https://github.com/open-feature/kotlin-sdk/commit/8299d5fc92f2458cb720f0ab71212e70cac528d1))
* **deps:** update actions/checkout action to v4 ([#43](https://github.com/open-feature/kotlin-sdk/issues/43)) ([17d31e4](https://github.com/open-feature/kotlin-sdk/commit/17d31e40d773bea66d087b95e8339020e7dd7c3b))
* **deps:** update actions/setup-java action to v3 ([#22](https://github.com/open-feature/kotlin-sdk/issues/22)) ([8969edf](https://github.com/open-feature/kotlin-sdk/commit/8969edfca4bf7e58560bdec987709115bb703a72))
* **deps:** update dependency gradle to v8.3 ([#14](https://github.com/open-feature/kotlin-sdk/issues/14)) ([e59e2c1](https://github.com/open-feature/kotlin-sdk/commit/e59e2c1b13a359d22cf365d530e5fc9f68a3ca3c))
* **deps:** update kotlin monorepo to v1.9.10 ([#11](https://github.com/open-feature/kotlin-sdk/issues/11)) ([04717a1](https://github.com/open-feature/kotlin-sdk/commit/04717a192d4d54f2af9e289a5aaaca26da83798c))
* **deps:** update plugin org.jlleitschuh.gradle.ktlint to v11.5.1 ([#12](https://github.com/open-feature/kotlin-sdk/issues/12)) ([bdf5abb](https://github.com/open-feature/kotlin-sdk/commit/bdf5abb6192ee6d9062694fc03099ddb848de00e))
* **deps:** update plugin org.jlleitschuh.gradle.ktlint to v11.6.0 ([#45](https://github.com/open-feature/kotlin-sdk/issues/45)) ([6f0ad55](https://github.com/open-feature/kotlin-sdk/commit/6f0ad559a8a13a53f1948008b109506fd72c3db2))
* **deps:** update plugin org.jlleitschuh.gradle.ktlint to v11.6.1 ([#51](https://github.com/open-feature/kotlin-sdk/issues/51)) ([c66558a](https://github.com/open-feature/kotlin-sdk/commit/c66558a88710e146c6dc9d0cde047afd94820bdf))
* move release please managed artifacts ([#53](https://github.com/open-feature/kotlin-sdk/issues/53)) ([d19f2c5](https://github.com/open-feature/kotlin-sdk/commit/d19f2c505d69292f338ee80bec7acbf772aeb389))
* release please should use package "." ([#48](https://github.com/open-feature/kotlin-sdk/issues/48)) ([150883b](https://github.com/open-feature/kotlin-sdk/commit/150883bff037e64ea0383488c728e1627b46edde))


### 📚 Documentation

* add develop hook section ([4cfef58](https://github.com/open-feature/kotlin-sdk/commit/4cfef58b612ffdea12bff8e4d4060dfaad93f8ae))
* update install instructions ([#38](https://github.com/open-feature/kotlin-sdk/issues/38)) ([d7f504e](https://github.com/open-feature/kotlin-sdk/commit/d7f504e44bf1a896286c68b0b0df687b012e73d6))
* update jitpack link ([#42](https://github.com/open-feature/kotlin-sdk/issues/42)) ([1ed69d2](https://github.com/open-feature/kotlin-sdk/commit/1ed69d2b03c127e53e57252a47af1241337ed848))
* Update README according to latest template ([#41](https://github.com/open-feature/kotlin-sdk/issues/41)) ([ca30073](https://github.com/open-feature/kotlin-sdk/commit/ca3007333a4fe09a4e7ec439150beaf9814c6c5a))
* Update README.md ([#44](https://github.com/open-feature/kotlin-sdk/issues/44)) ([2b91c75](https://github.com/open-feature/kotlin-sdk/commit/2b91c7524fbb97d2c520455243cc5f2567690f5a))

## [0.0.2](https://github.com/open-feature/kotlin-sdk/compare/v0.0.1...v0.0.2) (2023-08-21)


Expand Down
2 changes: 1 addition & 1 deletion OpenFeature/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

// x-release-please-start-version
val releaseVersion = "0.0.2"
val releaseVersion = "0.0.3"
// x-release-please-end

android {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Installation via Maven Central is currently [WIP](https://github.com/open-featur
You can add the OpenFeature SDK dependency:
```kotlin
dependencies {
api("com.github.open-feature:kotlin-sdk:0.0.2")
api("com.github.open-feature:kotlin-sdk:0.0.3")
}
```

Expand All @@ -60,7 +60,7 @@ The Android project must include `maven("https://jitpack.io")` in `settings.grad
You can now add the OpenFeature SDK dependency:
```kotlin
dependencies {
api("com.github.open-feature:kotlin-sdk:0.0.2")
api("com.github.open-feature:kotlin-sdk:0.0.3")
}
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3

0 comments on commit e9b74ea

Please sign in to comment.