Skip to content

Commit aa4a8e2

Browse files
release: 0.6.2 (#26)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent d307843 commit aa4a8e2

4 files changed

Lines changed: 16 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.6.1"
2+
".": "0.6.2"
33
}

CHANGELOG.md

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

3+
## 0.6.2 (2026-07-28)
4+
5+
Full Changelog: [v0.6.1...v0.6.2](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.6.1...v0.6.2)
6+
7+
### Chores
8+
9+
* **deps:** bump github/codeql-action/analyze from 4.37.1 to 4.37.2 ([#22](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/22)) ([d307843](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/d3078435464e3144075d865d972e38d5bbd59482))
10+
* **deps:** bump github/codeql-action/upload-sarif ([#23](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/23)) ([977ccd8](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/977ccd80c70faa598845c08f1a776ea48d198a51))
11+
* **deps:** bump org.apache.logging.log4j:log4j-api ([#20](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/20)) ([13ec838](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/13ec8385e24b81e280f66f6897398b1385c8aec6))
12+
313
## 0.6.1 (2026-07-24)
414

515
Full Changelog: [v0.6.0...v0.6.1](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.6.0...v0.6.1)

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

4141
dependencyLocking {
4242
lockAllConfigurations()

0 commit comments

Comments
 (0)