From 22e1b579109c143d71715b05cac915c7dc6d21e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:25:38 +0000 Subject: [PATCH] chore(main): release apus 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ build.gradle.kts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc21474..ed65dcd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.2.0", + ".": "0.2.1", "telemetry-addon": "0.2.0", "paper-worldpush": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 922d2a9..34104e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/OneLiteFeatherNET/Apus/compare/apus-v0.2.0...apus-v0.2.1) (2026-08-13) + + +### Bug Fixes + +* **ci:** read the root release outputs without a path prefix ([#35](https://github.com/OneLiteFeatherNET/Apus/issues/35)) ([c0bd759](https://github.com/OneLiteFeatherNET/Apus/commit/c0bd759d62f407c1e6ab43de17ca7c73c972f2ff)) + ## [0.2.0](https://github.com/OneLiteFeatherNET/Apus/compare/apus-v0.1.0...apus-v0.2.0) (2026-08-13) diff --git a/build.gradle.kts b/build.gradle.kts index eb76d36..5dc4d04 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { alias(libs.plugins.spotless) apply false } -version = "0.2.0" // x-release-please-version +version = "0.2.1" // x-release-please-version subprojects { apply(plugin = "java")