Skip to content

Commit 765efab

Browse files
chore(main): release 0.2.0 (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c540e6 commit 765efab

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/open-feature/kotlin-sdk/compare/v0.1.0...v0.2.0) (2023-12-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Artifact name change ([#79](https://github.com/open-feature/kotlin-sdk/issues/79))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **deps:** update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2 ([#68](https://github.com/open-feature/kotlin-sdk/issues/68)) ([f7c7ab0](https://github.com/open-feature/kotlin-sdk/commit/f7c7ab0e7235533fc5f665ff6d383ea4522b25ad))
13+
14+
15+
### ✨ New Features
16+
17+
* Make the eventing provider specific instead of being singleton ([#75](https://github.com/open-feature/kotlin-sdk/issues/75)) ([321f8be](https://github.com/open-feature/kotlin-sdk/commit/321f8be3201c4c7bf33ace1edb1b70e8efd352f8))
18+
19+
20+
### 🧹 Chore
21+
22+
* Artifact name change ([#79](https://github.com/open-feature/kotlin-sdk/issues/79)) ([8c540e6](https://github.com/open-feature/kotlin-sdk/commit/8c540e6064bb79c1bf425bb006ad7e2b3b3a616e))
23+
* Remove mentions of jitpack. Adjusts maven central instructions ([#78](https://github.com/open-feature/kotlin-sdk/issues/78)) ([1246d5d](https://github.com/open-feature/kotlin-sdk/commit/1246d5d1b53fc00898d3ac99cd750f0206ef11d6))
24+
* Remove minify false ([#77](https://github.com/open-feature/kotlin-sdk/issues/77)) ([f4ba35d](https://github.com/open-feature/kotlin-sdk/commit/f4ba35d34c19ddc3a7c4dd81ced01689766af4c3))
25+
326
## [0.1.0](https://github.com/open-feature/kotlin-sdk/compare/v0.0.4...v0.1.0) (2023-11-08)
427

528

README.md

Lines changed: 3 additions & 3 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.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" />
19+
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.2.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
@@ -48,7 +48,7 @@ Installation via Maven Central is preferred, using the following dependency:
4848
<!-- x-release-please-start-version -->
4949
```kotlin
5050
dependencies {
51-
api("dev.openfeature:android-sdk:0.1.0")
51+
api("dev.openfeature:android-sdk:0.2.0")
5252
}
5353
```
5454

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.1.0"
11+
ext["version"] = "0.2.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.1.0
1+
0.2.0

0 commit comments

Comments
 (0)