diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed65dcd..a04321b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { ".": "0.2.1", "telemetry-addon": "0.2.0", - "paper-worldpush": "0.1.0" + "paper-worldpush": "0.2.0" } diff --git a/paper-worldpush/CHANGELOG.md b/paper-worldpush/CHANGELOG.md new file mode 100644 index 0000000..43de5f3 --- /dev/null +++ b/paper-worldpush/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.2.0](https://github.com/OneLiteFeatherNET/Apus/compare/paper-worldpush-v0.1.0...paper-worldpush-v0.2.0) (2026-08-13) + + +### Features + +* Phase 7 — CI, release automation and container images ([12c0d81](https://github.com/OneLiteFeatherNET/Apus/commit/12c0d818789de7b3270d9ad24d280d321c5a1c09)) +* publish telemetry-addon and paper-worldpush to the OneLiteFeather Maven repository ([8ef7d8f](https://github.com/OneLiteFeatherNET/Apus/commit/8ef7d8f85e86d76c66e9409ef5d4b3a03d29bdf6)) diff --git a/paper-worldpush/build.gradle.kts b/paper-worldpush/build.gradle.kts index 1ce0642..5a062d6 100644 --- a/paper-worldpush/build.gradle.kts +++ b/paper-worldpush/build.gradle.kts @@ -3,7 +3,7 @@ plugins { alias(libs.plugins.shadow) } -version = "0.1.0" // x-release-please-version +version = "0.2.0" // x-release-please-version dependencies { // Paper API only, never paper-server/paper-mojangapi -- a plugin compiles against the API