From f8b3a964d92c81e871311819caf8c5654f769ce3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:26:18 +0000 Subject: [PATCH] chore(master): release rimworld-learning-environment 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/rle/__init__.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d88d8b..0afbbe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.0](https://github.com/AppSprout-dev/RLE/compare/rimworld-learning-environment-v0.1.0...rimworld-learning-environment-v0.2.0) (2026-06-11) + + +### Features + +* reasoning-token costs, growing-zone overlap guard, auto-dismiss dialogs, camera director ([#33](https://github.com/AppSprout-dev/RLE/issues/33), [#34](https://github.com/AppSprout-dev/RLE/issues/34)) ([c48b408](https://github.com/AppSprout-dev/RLE/commit/c48b408ffff5d89a17f14a9130c100dbc600aa1c)) +* reasoning-token costs, growing-zone overlap guard, auto-dismiss dialogs, camera director ([#33](https://github.com/AppSprout-dev/RLE/issues/33), [#34](https://github.com/AppSprout-dev/RLE/issues/34)) ([563f976](https://github.com/AppSprout-dev/RLE/commit/563f97698a78f84a52d1c1fe977300164676ab76)) + ## 0.1.0 (2026-06-11) First tagged release. RLE is a multi-agent benchmark where 7 Felix Agent SDK diff --git a/pyproject.toml b/pyproject.toml index 6b1e28b..f359b62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rimworld-learning-environment" -version = "0.1.0" +version = "0.2.0" description = "Multi-agent benchmark where Felix Agent SDK agents play RimWorld" readme = "README.md" license = "MIT" diff --git a/src/rle/__init__.py b/src/rle/__init__.py index dc00b5f..8eac06e 100644 --- a/src/rle/__init__.py +++ b/src/rle/__init__.py @@ -3,7 +3,7 @@ Multi-agent benchmark where Felix Agent SDK agents play RimWorld. """ -__version__ = "0.1.0" # x-release-please-version +__version__ = "0.2.0" # x-release-please-version from rle.agents import ( Action,