Skip to content

Commit acf864d

Browse files
release: 0.5.2
1 parent f3438ea commit acf864d

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.5.1"
2+
".": "0.5.2"
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.5.2 (2026-07-23)
4+
5+
Full Changelog: [v0.5.1...v0.5.2](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.5.1...v0.5.2)
6+
7+
### Documentation
8+
9+
* map common X data tasks ([#12](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/12)) ([f3438ea](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/f3438ea480f091967958c158a10fc7722d6298fd))
10+
311
## 0.5.1 (2026-07-22)
412

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Use Xquik's typed Java client for X data and confirmed actions.
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.5.1)
14-
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.5.1/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.5.1)
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.5.2)
14+
[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.5.2/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.5.2)
1515

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

@@ -36,7 +36,7 @@ Use the linked Javadocs for typed method names.
3636
Gradle:
3737

3838
```kotlin
39-
implementation("com.xquik.api:x-twitter-scraper-java:0.5.1")
39+
implementation("com.xquik.api:x-twitter-scraper-java:0.5.2")
4040
```
4141

4242
Maven:
@@ -45,7 +45,7 @@ Maven:
4545
<dependency>
4646
<groupId>com.xquik.api</groupId>
4747
<artifactId>x-twitter-scraper-java</artifactId>
48-
<version>0.5.1</version>
48+
<version>0.5.2</version>
4949
</dependency>
5050
```
5151

build.gradle.kts

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

55
allprojects {
66
group = "com.xquik.api"
7-
version = "0.5.1" // x-release-please-version
7+
version = "0.5.2" // x-release-please-version
88
}
99

1010
subprojects {

0 commit comments

Comments
 (0)