From 476619b09c49475703bd54243b2f8500250d6bef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:32:44 +0000 Subject: [PATCH] chore(main): release mud_server 0.5.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2cc86f5..361b05c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.6" + ".": "0.5.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba0caa..1d12848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ * Canonical policy import/bootstrap path is now artifact-only (`mud-server import-policy-artifact`). * Runtime policy authority remains DB activation + variant state; world policy files are not runtime authority. +## [0.5.7](https://github.com/pipe-works/pipeworks_mud_server/compare/mud_server-v0.5.6...mud_server-v0.5.7) (2026-03-15) + + +### Bug Fixes + +* **web:** paginate admin table fetches to avoid 422 limits ([#244](https://github.com/pipe-works/pipeworks_mud_server/issues/244)) ([f5b9ae7](https://github.com/pipe-works/pipeworks_mud_server/commit/f5b9ae798b77f5c19be07a423db6c4d02326a980)) + + +### Documentation + +* **policy:** sync sphinx docs with canonical policy runtime ([#246](https://github.com/pipe-works/pipeworks_mud_server/issues/246)) ([1bc5351](https://github.com/pipe-works/pipeworks_mud_server/commit/1bc535143c204ca259f8761da3550a08d583a23e)) + ## [0.5.6](https://github.com/pipe-works/pipeworks_mud_server/compare/mud_server-v0.5.5...mud_server-v0.5.6) (2026-03-15) diff --git a/pyproject.toml b/pyproject.toml index d3d6c74..79eefa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mud_server" -version = "0.5.6" +version = "0.5.7" description = "A Python-based MUD (Multi-User Dungeon) server with web interface" readme = "README.md" requires-python = ">=3.12"