Skip to content
Open
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.0.21"
".": "0.0.22"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## [0.0.22](https://github.com/misospace/windowstead/compare/0.0.21...0.0.22) (2026-09-05)


### Bug Fixes

* 329: Validate reserved_resources, milestone, and build-id fields in save schema ([#336](https://github.com/misospace/windowstead/issues/336)) ([8035fe6](https://github.com/misospace/windowstead/commit/8035fe6e7287fe0a446379815837a9cc404d65ea)), closes [#329](https://github.com/misospace/windowstead/issues/329)
* 330: ambient break event leaked gather reservations ([#337](https://github.com/misospace/windowstead/issues/337)) ([109d2fd](https://github.com/misospace/windowstead/commit/109d2fd30e6eeb5567dfaef772098cdb7a8a54e3)), closes [#330](https://github.com/misospace/windowstead/issues/330)
* 349 ([#354](https://github.com/misospace/windowstead/issues/354)) ([4183164](https://github.com/misospace/windowstead/commit/418316494cc2afe3de33c543bd75357a8dc90f1c)), closes [#349](https://github.com/misospace/windowstead/issues/349)
* **colony:** refund carried resources and release build reservation on ambient break ([#367](https://github.com/misospace/windowstead/issues/367)) ([81babb2](https://github.com/misospace/windowstead/commit/81babb2416ecc6d19380d958efa0abfb4d5add0f)), closes [#363](https://github.com/misospace/windowstead/issues/363)
* **persist:** stamp save_version before saving and remove dead code ([#352](https://github.com/misospace/windowstead/issues/352)) ([4be3647](https://github.com/misospace/windowstead/commit/4be3647bdbebe8fd44a23493b795867504feebb2)), closes [#345](https://github.com/misospace/windowstead/issues/345)


### Chores

* bump Godot toolchain to 4.7.1 ([#322](https://github.com/misospace/windowstead/issues/322)) ([71c3c53](https://github.com/misospace/windowstead/commit/71c3c5391f3c1be4874174835208566c6c9f5aa3))
* complete Godot toolchain bump from 4.2.2 to 4.7.1 ([#328](https://github.com/misospace/windowstead/issues/328)) ([2468a93](https://github.com/misospace/windowstead/commit/2468a938a93a55350feeeaa4c915f732cf8c3fc0)), closes [#314](https://github.com/misospace/windowstead/issues/314)


### Documentation

* issue contract for the autonomous loop (template + AGENTS.md) ([#324](https://github.com/misospace/windowstead/issues/324)) ([35f11ef](https://github.com/misospace/windowstead/commit/35f11effc5dede21f89b3f5a04fbda3f7d7d3503))
* record the testing traps the loop learned ([#323](https://github.com/misospace/windowstead/issues/323)) ([aecf793](https://github.com/misospace/windowstead/commit/aecf793043816ab97a5e569ce1ef39294974da65))


### Refactors

* Replace deprecated % string formatting in game_state.gd print statements ([#304](https://github.com/misospace/windowstead/issues/304)) ([146f46a](https://github.com/misospace/windowstead/commit/146f46a7cfd9066f9e8ef20a4127d380ea13599a)), closes [#295](https://github.com/misospace/windowstead/issues/295)
Loading