Skip to content

Commit 663d3f1

Browse files
release: 0.10.4
1 parent 155e892 commit 663d3f1

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

.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.10.3"
2+
".": "0.10.4"
33
}

CHANGELOG.md

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

3+
## 0.10.4 (2026-08-24)
4+
5+
Full Changelog: [v0.10.3...v0.10.4](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.10.3...v0.10.4)
6+
7+
### Documentation
8+
9+
* enforce source LOC reduction ([#58](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/58)) ([155e892](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/155e892719405a2568000a2e49e05a9014f23000))
10+
311
## 0.10.3 (2026-08-21)
412

513
Full Changelog: [v0.10.2...v0.10.3](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.10.2...v0.10.3)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Use typed Java methods for media, webhooks & X automation.
1010

1111
<!-- x-release-please-start-version -->
1212

13-
[![Maven Central](https://img.shields.io/maven-central/v/com.xquik.api/x-twitter-scraper-java)](https://central.sonatype.com/artifact/com.xquik.api/x-twitter-scraper-java/0.10.3)
14-
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java-core/0.10.3/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java-core/0.10.3)
13+
[![Maven Central](https://img.shields.io/maven-central/v/com.xquik.api/x-twitter-scraper-java)](https://central.sonatype.com/artifact/com.xquik.api/x-twitter-scraper-java/0.10.4)
14+
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java-core/0.10.4/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java-core/0.10.4)
1515

1616
<!-- x-release-please-end -->
1717

@@ -52,7 +52,7 @@ Use synchronous calls or `client.async()` for `CompletableFuture` pipelines.
5252
Gradle:
5353

5454
```kotlin
55-
implementation("com.xquik.api:x-twitter-scraper-java:0.10.3")
55+
implementation("com.xquik.api:x-twitter-scraper-java:0.10.4")
5656
```
5757

5858
Maven:
@@ -61,7 +61,7 @@ Maven:
6161
<dependency>
6262
<groupId>com.xquik.api</groupId>
6363
<artifactId>x-twitter-scraper-java</artifactId>
64-
<version>0.10.3</version>
64+
<version>0.10.4</version>
6565
</dependency>
6666
```
6767

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ licenseReport {
3636

3737
allprojects {
3838
group = "com.xquik.api"
39-
version = "0.10.3" // x-release-please-version
39+
version = "0.10.4" // x-release-please-version
4040

4141
dependencyLocking {
4242
lockAllConfigurations()

0 commit comments

Comments
 (0)