From 245452d835e63653d23a0ec1e3248142e7db23f3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:32:14 +0000 Subject: [PATCH] release: 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 8 ++++---- build.gradle.kts | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd0499..d48761e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.0 (2026-07-31) + +Full Changelog: [v0.7.1...v0.8.0](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.7.1...v0.8.0) + +### Features + +* **api:** align reply extraction contracts ([#30](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/30)) ([7702591](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/7702591c9b20cabdef63849eb98419cec0ef356a)) + ## 0.7.1 (2026-07-30) Full Changelog: [v0.7.0...v0.7.1](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.7.0...v0.7.1) diff --git a/README.md b/README.md index c9a4b1f..2a0aa86 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Use it as a typed X API or Twitter API alternative. -[![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.7.1) -[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.7.1/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.7.1) +[![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) +[![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) @@ -64,7 +64,7 @@ Use [API reference](https://docs.xquik.com/api-reference/overview) for request c Gradle: ```kotlin -implementation("com.xquik.api:x-twitter-scraper-java:0.7.1") +implementation("com.xquik.api:x-twitter-scraper-java:0.8.0") ``` Maven: @@ -73,7 +73,7 @@ Maven: com.xquik.api x-twitter-scraper-java - 0.7.1 + 0.8.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 978d7be..d2e372b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ licenseReport { allprojects { group = "com.xquik.api" - version = "0.7.1" // x-release-please-version + version = "0.8.0" // x-release-please-version dependencyLocking { lockAllConfigurations()