Skip to content

Commit 4b13d83

Browse files
release: 0.102.1
1 parent 546691f commit 4b13d83

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.102.0"
2+
".": "0.102.1"
33
}

CHANGELOG.md

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

3+
## 0.102.1 (2025-08-22)
4+
5+
Full Changelog: [v0.102.0...v0.102.1](https://github.com/lithic-com/lithic-java/compare/v0.102.0...v0.102.1)
6+
7+
### Bug Fixes
8+
9+
* update singularization rules ([546691f](https://github.com/lithic-com/lithic-java/commit/546691f462bbb849a11baa32f3ff8f34aff9523b))
10+
11+
12+
### Chores
13+
14+
* **ci:** reduce log noise ([9e55acc](https://github.com/lithic-com/lithic-java/commit/9e55acc8f97887a2a0bb33fd298200fd1d5dc75a))
15+
* **client:** refactor closing / shutdown ([ffdb0de](https://github.com/lithic-com/lithic-java/commit/ffdb0dec8ae31a8f1a5894ae62c9330d9f5e69fe))
16+
* **internal:** support running formatters directly ([5803b62](https://github.com/lithic-com/lithic-java/commit/5803b62ba3fa4f6d9cf6f8c92d04f9fd0473a701))
17+
* remove memory upper bound from publishing step ([e75ad9a](https://github.com/lithic-com/lithic-java/commit/e75ad9a34161e81144bb936ca66113f14ccf659c))
18+
319
## 0.102.0 (2025-08-18)
420

521
Full Changelog: [v0.101.0...v0.102.0](https://github.com/lithic-com/lithic-java/compare/v0.101.0...v0.102.0)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.102.0)
6-
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.102.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.102.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.102.1)
6+
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.102.1/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.102.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.102.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.102.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.102.0")
27+
implementation("com.lithic.api:lithic-java:0.102.1")
2828
```
2929

3030
### Maven
@@ -33,7 +33,7 @@ implementation("com.lithic.api:lithic-java:0.102.0")
3333
<dependency>
3434
<groupId>com.lithic.api</groupId>
3535
<artifactId>lithic-java</artifactId>
36-
<version>0.102.0</version>
36+
<version>0.102.1</version>
3737
</dependency>
3838
```
3939

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.lithic.api"
11-
version = "0.102.0" // x-release-please-version
11+
version = "0.102.1" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)