File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.2 "
2+ "." : " 0.1.0-alpha.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.3 (2025-01-28)
4+
5+ Full Changelog: [ v0.1.0-alpha.2...v0.1.0-alpha.3] ( https://github.com/terminaldotshop/terminal-sdk-java/compare/v0.1.0-alpha.2...v0.1.0-alpha.3 )
6+
7+ ### Chores
8+
9+ * ** internal:** codegen related update ([ #46 ] ( https://github.com/terminaldotshop/terminal-sdk-java/issues/46 ) ) ([ d3be091] ( https://github.com/terminaldotshop/terminal-sdk-java/commit/d3be091d6e01607acd02cea5d98e4859b93993c0 ) )
10+
311## 0.1.0-alpha.2 (2025-01-24)
412
513Full Changelog: [ v0.1.0-alpha.1...v0.1.0-alpha.2] ( https://github.com/terminaldotshop/terminal-sdk-java/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 )
Original file line number Diff line number Diff line change 22
33<!-- x-release-please-start-version -->
44
5- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/shop.terminal.api/terminal-java )] ( https://central.sonatype.com/artifact/shop.terminal.api/terminal-java/0.1.0-alpha.2 )
5+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/shop.terminal.api/terminal-java )] ( https://central.sonatype.com/artifact/shop.terminal.api/terminal-java/0.1.0-alpha.3 )
66
77<!-- x-release-please-end -->
88
@@ -21,7 +21,7 @@ The REST API documentation can be found on [terminal.shop](https://terminal.shop
2121### Gradle
2222
2323``` kotlin
24- implementation(" shop.terminal.api:terminal-java:0.1.0-alpha.2 " )
24+ implementation(" shop.terminal.api:terminal-java:0.1.0-alpha.3 " )
2525```
2626
2727### Maven
@@ -30,7 +30,7 @@ implementation("shop.terminal.api:terminal-java:0.1.0-alpha.2")
3030<dependency >
3131 <groupId >shop.terminal.api</groupId >
3232 <artifactId >terminal-java</artifactId >
33- <version >0.1.0-alpha.2 </version >
33+ <version >0.1.0-alpha.3 </version >
3434</dependency >
3535```
3636
Original file line number Diff line number Diff line change 11allprojects {
22 group = " shop.terminal.api"
3- version = " 0.1.0-alpha.2 " // x-release-please-version
3+ version = " 0.1.0-alpha.3 " // x-release-please-version
44}
You can’t perform that action at this time.
0 commit comments