Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Feb 19, 2025
1 parent f49b4a7 commit f3730aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion endstone/_internal/plugin_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def find_python():


class PythonPluginLoader(PluginLoader):
SUPPORTED_API = ["0.5"]
SUPPORTED_API = ["0.5", "0.6"]

def __init__(self, server: Server):
PluginLoader.__init__(self, server)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ endstone = "endstone._internal.bootstrap:cli"
[tool.scikit-build]
build-dir = "build/{wheel_tag}"
cmake.args = ["-G Ninja"]
cmake.build-type = "RelWithDebInfo"
cmake.build-type = "Release"
cmake.define = { BUILD_TESTING = "OFF" }
wheel.packages = ["endstone"]
wheel.license-files = ["LICENSE"]
Expand Down

0 comments on commit f3730aa

Please sign in to comment.