Skip to content

Commit b198685

Browse files
chore(main): release 0.9.2
1 parent f901632 commit b198685

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.1"
2+
".": "0.9.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
- **Self-update**: bypass GitHub raw CDN cache so `crab update` always fetches the latest version
88
- **Messaging**: preserve float precision in listen polling timestamp to prevent missed messages
99

10+
## [0.9.2](https://github.com/promptfoo/crabcode/compare/v0.9.1...v0.9.2) (2026-02-20)
11+
12+
13+
### Features
14+
15+
* **court:** enhance reviewer and judge prompts to catch silent data corruption ([#31](https://github.com/promptfoo/crabcode/issues/31)) ([f901632](https://github.com/promptfoo/crabcode/commit/f901632278897698ba32bf3ab910b105640ae7fc))
16+
* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
17+
1018
## [0.9.1] - 2026-02-13
1119

1220
### Added

src/crabcode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
set -e
2929

30-
VERSION="0.10.0" # x-release-please-version
30+
VERSION="0.9.2" # x-release-please-version
3131
CONFIG_DIR="$HOME/.crabcode"
3232
CONFIG_FILE="$CONFIG_DIR/config.yaml"
3333
WIP_BASE="$CONFIG_DIR/wip"

0 commit comments

Comments
 (0)