Skip to content

Commit c0c81c0

Browse files
release: 0.9.0
1 parent aa06dd7 commit c0c81c0

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.8.4"
2+
".": "0.9.0"
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.9.0 (2026-08-11)
4+
5+
Full Changelog: [v0.8.4...v0.9.0](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.8.4...v0.9.0)
6+
7+
### Features
8+
9+
* **api:** api update ([aa06dd7](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/aa06dd748fa884ccfa058fe5ed576d97fae978ef))
10+
311
## 0.8.4 (2026-08-11)
412

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Use it as a typed X API or Twitter API alternative.
1515

1616
<!-- x-release-please-start-version -->
1717

18-
[![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.8.4)
19-
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.8.4/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.8.4)
18+
[![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.9.0)
19+
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.9.0/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.9.0)
2020

2121
<!-- x-release-please-end -->
2222

@@ -64,7 +64,7 @@ Use [API reference](https://docs.xquik.com/api-reference/overview) for request c
6464
Gradle:
6565

6666
```kotlin
67-
implementation("com.xquik.api:x-twitter-scraper-java:0.8.4")
67+
implementation("com.xquik.api:x-twitter-scraper-java:0.9.0")
6868
```
6969

7070
Maven:
@@ -73,7 +73,7 @@ Maven:
7373
<dependency>
7474
<groupId>com.xquik.api</groupId>
7575
<artifactId>x-twitter-scraper-java</artifactId>
76-
<version>0.8.4</version>
76+
<version>0.9.0</version>
7777
</dependency>
7878
```
7979

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.8.4" // x-release-please-version
39+
version = "0.9.0" // x-release-please-version
4040

4141
dependencyLocking {
4242
lockAllConfigurations()

0 commit comments

Comments
 (0)