Skip to content

Commit 05e0e84

Browse files
authored
Merge pull request #10 from PenguinDan/release-please--branches--main
chore(main): release 0.1.1
2 parents 80b5955 + adb0678 commit 05e0e84

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-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.1.0"}
1+
{".":"0.1.1"}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/PenguinDan/kotlin-sdk/compare/v0.1.0...v0.1.1) (2025-12-15)
4+
5+
6+
### ✨ New Features
7+
8+
* reset version for fresh 0.1.0 release ([952176d](https://github.com/PenguinDan/kotlin-sdk/commit/952176dbbe321e1e6192af1f221bb879bfec4dc9))
9+
10+
11+
### 🧹 Chore
12+
13+
* create v0.1.0 tag ([80b5955](https://github.com/PenguinDan/kotlin-sdk/commit/80b5955c0ef3fcdf51cc181f8546bfb4ad66eb13))
14+
* set version to 0.1.0 for initial release ([6ea527a](https://github.com/PenguinDan/kotlin-sdk/commit/6ea527a1d5fc095ad4862175bb21d6dc36b604c2))
15+
316
## [0.1.0](https://github.com/PenguinDan/kotlin-sdk/releases/tag/v0.1.0) (2025-12-15)
417

518
### ✨ Initial Release

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/PenguinDan/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/PenguinDan/kotlin-sdk/releases/tag/v0.1.1">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.1&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
@@ -68,7 +68,7 @@ Installation is preferred via Maven Central.
6868

6969
```kotlin
7070
dependencies {
71-
api("io.github.penguindan:kotlin-sdk:0.1.0")
71+
api("io.github.penguindan:kotlin-sdk:0.1.1")
7272
}
7373
```
7474
<!-- x-release-please-end -->
@@ -80,7 +80,7 @@ dependencies {
8080
kotlin {
8181
sourceSets {
8282
commonMain.dependencies {
83-
api("io.github.penguindan:kotlin-sdk:0.1.0")
83+
api("io.github.penguindan:kotlin-sdk:0.1.1")
8484
}
8585
}
8686
}

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"] = "io.github.penguindan"
1515
// x-release-please-start-version
16-
ext["version"] = "0.1.0"
16+
ext["version"] = "0.1.1"
1717
// x-release-please-end
1818
}
1919

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)