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,3 +1,3 @@
{
".": "0.5.5"
".": "0.5.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* 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.6](https://github.com/pipe-works/pipeworks_mud_server/compare/mud_server-v0.5.5...mud_server-v0.5.6) (2026-03-15)


### Bug Fixes

* **web:** render structured admin values without object coercion ([#242](https://github.com/pipe-works/pipeworks_mud_server/issues/242)) ([33b4625](https://github.com/pipe-works/pipeworks_mud_server/commit/33b4625db8e5aaad1c704d7e05743bbaf637038e))

## [0.5.5](https://github.com/pipe-works/pipeworks_mud_server/compare/mud_server-v0.5.4...mud_server-v0.5.5) (2026-03-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mud_server"
version = "0.5.5"
version = "0.5.6"
description = "A Python-based MUD (Multi-User Dungeon) server with web interface"
readme = "README.md"
requires-python = ">=3.12"
Expand Down