From d3d4926d476b1c4ec3ae4a402c750f725f469316 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:43:00 +0000 Subject: [PATCH] chore(master): release rimworld-learning-environment 0.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- src/rle/__init__.py | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e28299f..634bfa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.7.1](https://github.com/AppSprout-dev/RLE/compare/rimworld-learning-environment-v0.7.0...rimworld-learning-environment-v0.7.1) (2026-09-08) + + +### Bug Fixes + +* preflight gates so keeper Crashlanded failures are not model noise ([#72](https://github.com/AppSprout-dev/RLE/issues/72)) ([e7eb120](https://github.com/AppSprout-dev/RLE/commit/e7eb120ddcfeabc02a64f89a1a502cd502838b0d)) +* probe compiled RIMAPI DLL before Workshop ([#70](https://github.com/AppSprout-dev/RLE/issues/70)) ([e940ef8](https://github.com/AppSprout-dev/RLE/commit/e940ef89b6de7fdec98d2d3211baec12ac93b1dd)) +* research unblock adapters after [#75](https://github.com/AppSprout-dev/RLE/issues/75)/[#76](https://github.com/AppSprout-dev/RLE/issues/76) (bench def + progress merge) ([#77](https://github.com/AppSprout-dev/RLE/issues/77)) ([d0de6c6](https://github.com/AppSprout-dev/RLE/commit/d0de6c61cb515ef2515edc8b2dd049d8ed839102)) +* stage pinned docker/saves into AppData before native game/load ([#76](https://github.com/AppSprout-dev/RLE/issues/76)) ([c9b5147](https://github.com/AppSprout-dev/RLE/commit/c9b51474ce16b4b9c2a449b5bca0e9d0bd8dbe22)) +* unblock Crashlanded research scoring (seed bench + brief observability) ([#75](https://github.com/AppSprout-dev/RLE/issues/75)) ([fa5b43f](https://github.com/AppSprout-dev/RLE/commit/fa5b43f2ea995b687f20deaa773540e7c82e05e2)) + + +### Documentation + +* lock 25-tick as default short horizon ([#74](https://github.com/AppSprout-dev/RLE/issues/74)) ([07d6f43](https://github.com/AppSprout-dev/RLE/commit/07d6f4349c599b3a5106420af03d949773b3b21a)) +* N × ticks sequence for harness QA → stats ([#73](https://github.com/AppSprout-dev/RLE/issues/73)) ([14c8ba0](https://github.com/AppSprout-dev/RLE/commit/14c8ba0fb4b8dc43f3ff80ba3c9410424099ca2e)) +* opt-in W&B/Weave runbook for AppSprout Crashlanded benchmarks ([#68](https://github.com/AppSprout-dev/RLE/issues/68)) ([8bea8f6](https://github.com/AppSprout-dev/RLE/commit/8bea8f65e8f9ab862a26fa169661fb60fec589ba)) + ## [0.7.0](https://github.com/AppSprout-dev/RLE/compare/rimworld-learning-environment-v0.6.0...rimworld-learning-environment-v0.7.0) (2026-09-07) diff --git a/pyproject.toml b/pyproject.toml index bcc03ef..c789b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rimworld-learning-environment" -version = "0.7.0" +version = "0.7.1" 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 bfafa67..0d94205 100644 --- a/src/rle/__init__.py +++ b/src/rle/__init__.py @@ -7,7 +7,7 @@ the optional ``felix`` extra. """ -__version__ = "0.7.0" # x-release-please-version +__version__ = "0.7.1" # x-release-please-version from rle.agents import ( Action,