Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.2.1",
"telemetry-addon": "0.2.0",
"paper-worldpush": "0.1.0"
"paper-worldpush": "0.2.0"
}
9 changes: 9 additions & 0 deletions paper-worldpush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion paper-worldpush/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading