From 23e9df1ff98fb4d577a59134032db681a77fa013 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:56:20 +0000 Subject: [PATCH] chore(master): release rimworld-learning-environment 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/rle/__init__.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cff5b9..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 693ed01..e85e0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.0](https://github.com/AppSprout-dev/RLE/compare/rimworld-learning-environment-v0.4.2...rimworld-learning-environment-v0.5.0) (2026-09-06) + + +### Features + +* container-reachable MCP host for Docker harnesses ([#58](https://github.com/AppSprout-dev/RLE/issues/58)) ([771911b](https://github.com/AppSprout-dev/RLE/commit/771911b8afa5cac59c3aa4d396d2afdbfecc460f)) +* Felix roster/merge opts and raw-grok model baseline ([#59](https://github.com/AppSprout-dev/RLE/issues/59)) ([99e4784](https://github.com/AppSprout-dev/RLE/commit/99e478447d7df277c42ce6c1c218bbd192a100d3)) + + +### Documentation + +* add ELI5 blurb at top of README ([#56](https://github.com/AppSprout-dev/RLE/issues/56)) ([3220bf8](https://github.com/AppSprout-dev/RLE/commit/3220bf84d8befc7a252caf383daec88df8d90645)) + ## [0.4.2](https://github.com/AppSprout-dev/RLE/compare/rimworld-learning-environment-v0.4.1...rimworld-learning-environment-v0.4.2) (2026-09-04) diff --git a/pyproject.toml b/pyproject.toml index 8cc7e90..feffc10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rimworld-learning-environment" -version = "0.4.2" +version = "0.5.0" description = "Harness x model benchmark: swappable agent harnesses manage a RimWorld colony" readme = "README.md" license = "MIT" diff --git a/src/rle/__init__.py b/src/rle/__init__.py index d194ece..9c6dd7a 100644 --- a/src/rle/__init__.py +++ b/src/rle/__init__.py @@ -7,7 +7,7 @@ the optional ``felix`` extra. """ -__version__ = "0.4.2" # x-release-please-version +__version__ = "0.5.0" # x-release-please-version from rle.agents import ( Action,