Skip to content

Commit 4d19a0a

Browse files
chore(main): release 0.1.0 (#60)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ec73f2 commit 4d19a0a

File tree

5 files changed

+26
-7
lines changed

5 files changed

+26
-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.0.4"}
1+
{".":"0.1.0"}

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/open-feature/kotlin-sdk/compare/v0.0.4...v0.1.0) (2023-11-08)
4+
5+
6+
### ✨ New Features
7+
8+
* Add new error for type mismatch ([#64](https://github.com/open-feature/kotlin-sdk/issues/64)) ([95e910a](https://github.com/open-feature/kotlin-sdk/commit/95e910a23be8a55eda1218144e540a3221cd877f))
9+
10+
11+
### 🧹 Chore
12+
13+
* update spec release link ([7888447](https://github.com/open-feature/kotlin-sdk/commit/7888447c968d911c4495a9e3bf027d1fcd739f70))
14+
* update the release version badge on the readme ([#59](https://github.com/open-feature/kotlin-sdk/issues/59)) ([aa44c7f](https://github.com/open-feature/kotlin-sdk/commit/aa44c7f1bf1cf0922ad22d94b02693288be499d7))
15+
16+
17+
### 🔄 Refactoring
18+
19+
* changing vars to vals ([#65](https://github.com/open-feature/kotlin-sdk/issues/65)) ([cdcb2df](https://github.com/open-feature/kotlin-sdk/commit/cdcb2df45fc956bc4f80d3273ea1cb5ba37446b9))
20+
* make targeting key immutable ([#66](https://github.com/open-feature/kotlin-sdk/issues/66)) ([3ec73f2](https://github.com/open-feature/kotlin-sdk/commit/3ec73f243a650021464e872b6593fef7677d2153))
21+
322
## [0.0.4](https://github.com/open-feature/kotlin-sdk/compare/v0.0.3...v0.0.4) (2023-10-16)
423

524

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.6.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.0.4">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.4&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.1.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
@@ -49,7 +49,7 @@ Installation via Maven Central is currently [WIP](https://github.com/open-featur
4949
You can add the OpenFeature SDK dependency:
5050
```kotlin
5151
dependencies {
52-
api("com.github.open-feature:kotlin-sdk:0.0.4")
52+
api("com.github.open-feature:kotlin-sdk:0.1.0")
5353
}
5454
```
5555

@@ -60,7 +60,7 @@ The Android project must include `maven("https://jitpack.io")` in `settings.grad
6060
You can now add the OpenFeature SDK dependency:
6161
```kotlin
6262
dependencies {
63-
api("com.github.open-feature:kotlin-sdk:0.0.4")
63+
api("com.github.open-feature:kotlin-sdk:0.1.0")
6464
}
6565
```
6666
<!-- x-release-please-end -->

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
allprojects {
99
extra["groupId"] = "dev.openfeature"
1010
// x-release-please-start-version
11-
ext["version"] = "0.0.4"
11+
ext["version"] = "0.1.0"
1212
// x-release-please-end
1313
}
1414
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.0.4
1+
0.1.0

0 commit comments

Comments
 (0)