Skip to content

Commit a9b30e8

Browse files
release: 0.8.1 (#33)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent efd0ddc commit a9b30e8

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.0"
2+
".": "0.8.1"
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.1 (2026-07-31)
4+
5+
Full Changelog: [v0.8.0...v0.8.1](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.8.0...v0.8.1)
6+
7+
### Bug Fixes
8+
9+
* **release:** allow Maven publication propagation ([#32](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/32)) ([efd0ddc](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/efd0ddc053c497054b01d765e7c1fbbddf5d6106))
10+
311
## 0.8.0 (2026-07-31)
412

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

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

4141
dependencyLocking {
4242
lockAllConfigurations()

0 commit comments

Comments
 (0)