Skip to content

Commit 84cffa0

Browse files
chore(main): release 0.6.3
1 parent 807fcc1 commit 84cffa0

File tree

5 files changed

+31
-7
lines changed

5 files changed

+31
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.6.2"}
1+
{".":"0.6.3"}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.6.3](https://github.com/open-feature/kotlin-sdk/compare/v0.6.2...v0.6.3) (2025-09-03)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update kotlin monorepo to v2.2.10 ([#161](https://github.com/open-feature/kotlin-sdk/issues/161)) ([8dcd870](https://github.com/open-feature/kotlin-sdk/commit/8dcd870195f61360464e94068f29bf11e49d5c1e))
9+
10+
11+
### ✨ New Features
12+
13+
* Multi provider impl ([#168](https://github.com/open-feature/kotlin-sdk/issues/168)) ([807fcc1](https://github.com/open-feature/kotlin-sdk/commit/807fcc18e1a59c8eb08ec71b6e2aae81e6306ffc))
14+
15+
16+
### 🧹 Chore
17+
18+
* **deps:** update actions/checkout action to v5 ([#162](https://github.com/open-feature/kotlin-sdk/issues/162)) ([a585962](https://github.com/open-feature/kotlin-sdk/commit/a585962be39fe8bcfd8d08f17e181af31a1b356a))
19+
* **deps:** update actions/setup-java action to v5 ([#174](https://github.com/open-feature/kotlin-sdk/issues/174)) ([b789313](https://github.com/open-feature/kotlin-sdk/commit/b7893138a97ea32f12bfc7a5039904ea7b9f8019))
20+
* **deps:** update amannn/action-semantic-pull-request action to v6 ([#163](https://github.com/open-feature/kotlin-sdk/issues/163)) ([6b7fa1d](https://github.com/open-feature/kotlin-sdk/commit/6b7fa1d7fb6ad4910ed737ce0f70a1d975c284e4))
21+
* **deps:** update browser-actions/setup-chrome action to v2 ([#175](https://github.com/open-feature/kotlin-sdk/issues/175)) ([6098e5a](https://github.com/open-feature/kotlin-sdk/commit/6098e5aeac0373b2d4b97a349175759e15424540))
22+
* **deps:** update dependency gradle to v9 ([#176](https://github.com/open-feature/kotlin-sdk/issues/176)) ([bb1d63c](https://github.com/open-feature/kotlin-sdk/commit/bb1d63c97e852c1804ea0ef1282c213da3a69807))
23+
* **deps:** update plugin com.android.application to v8.12.2 ([#143](https://github.com/open-feature/kotlin-sdk/issues/143)) ([7941bb9](https://github.com/open-feature/kotlin-sdk/commit/7941bb96b2ad886d15b561caadfe35ca2e05524a))
24+
* **deps:** update plugin com.android.library to v8.12.2 ([#160](https://github.com/open-feature/kotlin-sdk/issues/160)) ([392cbb9](https://github.com/open-feature/kotlin-sdk/commit/392cbb9f3f4df57e2e041681b260cf3c6407672e))
25+
* **deps:** update plugin org.jetbrains.kotlinx.binary-compatibility-validator to v0.18.1 ([#152](https://github.com/open-feature/kotlin-sdk/issues/152)) ([1392be3](https://github.com/open-feature/kotlin-sdk/commit/1392be35d7c93f7070c90b8613e28d5b56383aa3))
26+
327
## [0.6.2](https://github.com/open-feature/kotlin-sdk/compare/v0.6.1...v0.6.2) (2025-08-19)
428

529

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.6.2">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.6.2&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.6.3">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.6.3&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
@@ -67,7 +67,7 @@ Installation is preferred via Maven Central.
6767

6868
```kotlin
6969
dependencies {
70-
api("dev.openfeature:kotlin-sdk:0.6.2")
70+
api("dev.openfeature:kotlin-sdk:0.6.3")
7171
}
7272
```
7373
<!-- x-release-please-end -->
@@ -79,7 +79,7 @@ dependencies {
7979
kotlin {
8080
sourceSets {
8181
commonMain.dependencies {
82-
api("dev.openfeature:kotlin-sdk:0.6.2")
82+
api("dev.openfeature:kotlin-sdk:0.6.3")
8383
}
8484
}
8585
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
allprojects {
1414
extra["groupId"] = "dev.openfeature"
1515
// x-release-please-start-version
16-
ext["version"] = "0.6.2"
16+
ext["version"] = "0.6.3"
1717
// x-release-please-end
1818
}
1919
group = project.extra["groupId"].toString()

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.2
1+
0.6.3

0 commit comments

Comments
 (0)