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.4.1"
".": "0.4.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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)


### Documentation

* **CLAUDE:** CentralPost/SSE/helix sections scoped to the Felix harness ([80592f9](https://github.com/AppSprout-dev/RLE/commit/80592f987565220f5628fb03bace59ea9da86a15))
* README, CONTRIBUTING and CLAUDE.md reflect the harness x model benchmark ([fd82549](https://github.com/AppSprout-dev/RLE/commit/fd825498b4d2b6a61477058b526e8a781ad84ed2))
* README/CONTRIBUTING/CLAUDE reflect the harness x model benchmark ([c1d9ea6](https://github.com/AppSprout-dev/RLE/commit/c1d9ea6b878e388ba1eb8b74a02bb06e5a790dfa))

## [0.4.1](https://github.com/AppSprout-dev/RLE/compare/rimworld-learning-environment-v0.4.0...rimworld-learning-environment-v0.4.1) (2026-08-31)


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 = "hatchling.build"

[project]
name = "rimworld-learning-environment"
version = "0.4.1"
version = "0.4.2"
description = "Harness x model benchmark: swappable agent harnesses manage a RimWorld colony"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/rle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
the optional ``felix`` extra.
"""

__version__ = "0.4.1" # x-release-please-version
__version__ = "0.4.2" # x-release-please-version

from rle.agents import (
Action,
Expand Down