Skip to content

Commit c9f4768

Browse files
release: 0.8.3
1 parent d1614e9 commit c9f4768

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.2"
2+
".": "0.8.3"
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.8.3 (2026-08-11)
4+
5+
Full Changelog: [v0.8.2...v0.8.3](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.8.2...v0.8.3)
6+
7+
### Chores
8+
9+
* **deps:** bump github/codeql-action/upload-sarif from 4.37.2 to 4.37.6 ([#46](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/46)) ([d1614e9](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/d1614e9d52d5fb6d78cbd7178ceaf7a54d924816))
10+
311
## 0.8.2 (2026-08-04)
412

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

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.2)
19-
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.8.2/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.8.2)
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.3)
19+
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.8.3/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.8.3)
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.2")
67+
implementation("com.xquik.api:x-twitter-scraper-java:0.8.3")
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.2</version>
76+
<version>0.8.3</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.2" // x-release-please-version
39+
version = "0.8.3" // x-release-please-version
4040

4141
dependencyLocking {
4242
lockAllConfigurations()

0 commit comments

Comments
 (0)