File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.100.0 "
2+ "." : " 0.100.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.100.1 (2025-08-13)
4+
5+ Full Changelog: [ v0.100.0...v0.100.1] ( https://github.com/lithic-com/lithic-java/compare/v0.100.0...v0.100.1 )
6+
7+ ### Chores
8+
9+ * ** example:** fix run example comment ([ b4a3975] ( https://github.com/lithic-com/lithic-java/commit/b4a3975dc3331bfc2d6a04e3f66cfce7b1a9e8c8 ) )
10+ * increase max gradle JVM heap to 8GB ([ 99fb198] ( https://github.com/lithic-com/lithic-java/commit/99fb198db3839a4e7679f44f143a100136d539d7 ) )
11+ * ** internal:** add async lock helper ([ f72791f] ( https://github.com/lithic-com/lithic-java/commit/f72791f75b86e4c3597a40d6fd76edfb98ef1803 ) )
12+ * ** internal:** dynamically determine included projects ([ 12dc83a] ( https://github.com/lithic-com/lithic-java/commit/12dc83a39ab70881fdeb685ca2a59a9fee35ebdf ) )
13+ * ** internal:** format identity methods ([ df0a46a] ( https://github.com/lithic-com/lithic-java/commit/df0a46a55246472e722c718fa5386eba6c13da94 ) )
14+ * ** internal:** update comment in script ([ f36b145] ( https://github.com/lithic-com/lithic-java/commit/f36b145db97f756b4ea77dbe25b1bebad35caa47 ) )
15+ * update @stainless-api/prism-cli to v5.15.0 ([ 09e01b1] ( https://github.com/lithic-com/lithic-java/commit/09e01b1e84b9b4f434da61189ebd681b8187e09b ) )
16+
317## 0.100.0 (2025-08-04)
418
519Full Changelog: [ v0.99.0...v0.100.0] ( https://github.com/lithic-com/lithic-java/compare/v0.99.0...v0.100.0 )
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/com.lithic.api/lithic-java )] ( https://central.sonatype.com/artifact/com.lithic.api/lithic-java/0.100.0 )
6- [ ![ javadoc] ( https://javadoc.io/badge2/com.lithic.api/lithic-java/0.100.0 /javadoc.svg )] ( https://javadoc.io/doc/com.lithic.api/lithic-java/0.100.0 )
5+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.lithic.api/lithic-java )] ( https://central.sonatype.com/artifact/com.lithic.api/lithic-java/0.100.1 )
6+ [ ![ javadoc] ( https://javadoc.io/badge2/com.lithic.api/lithic-java/0.100.1 /javadoc.svg )] ( https://javadoc.io/doc/com.lithic.api/lithic-java/0.100.1 )
77
88<!-- x-release-please-end -->
99
@@ -13,7 +13,7 @@ The Lithic Java SDK is similar to the Lithic Kotlin SDK but with minor differenc
1313
1414<!-- x-release-please-start-version -->
1515
16- The REST API documentation can be found on [ docs.lithic.com] ( https://docs.lithic.com ) . Javadocs are available on [ javadoc.io] ( https://javadoc.io/doc/com.lithic.api/lithic-java/0.100.0 ) .
16+ The REST API documentation can be found on [ docs.lithic.com] ( https://docs.lithic.com ) . Javadocs are available on [ javadoc.io] ( https://javadoc.io/doc/com.lithic.api/lithic-java/0.100.1 ) .
1717
1818<!-- x-release-please-end -->
1919
@@ -24,7 +24,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithic
2424### Gradle
2525
2626``` kotlin
27- implementation(" com.lithic.api:lithic-java:0.100.0 " )
27+ implementation(" com.lithic.api:lithic-java:0.100.1 " )
2828```
2929
3030### Maven
@@ -33,7 +33,7 @@ implementation("com.lithic.api:lithic-java:0.100.0")
3333<dependency >
3434 <groupId >com.lithic.api</groupId >
3535 <artifactId >lithic-java</artifactId >
36- <version >0.100.0 </version >
36+ <version >0.100.1 </version >
3737</dependency >
3838```
3939
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99allprojects {
1010 group = " com.lithic.api"
11- version = " 0.100.0 " // x-release-please-version
11+ version = " 0.100.1 " // x-release-please-version
1212}
1313
1414subprojects {
You can’t perform that action at this time.
0 commit comments