diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 03e75a9..727e2be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.1" + ".": "0.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index af53962..46210f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [0.14.0](https://github.com/promptfoo/crabcode/compare/v0.13.1...v0.14.0) (2026-03-18) + +### Changed + +- Version alignment release: the Codex-default rollout introduced in `0.13.1` is being designated as `0.14.0`. There are no additional functional changes beyond `0.13.1`. + ## [0.13.1](https://github.com/promptfoo/crabcode/compare/v0.13.0...v0.13.1) (2026-03-18) ### Features diff --git a/src/crabcode b/src/crabcode index 63aa04f..92941a1 100755 --- a/src/crabcode +++ b/src/crabcode @@ -27,7 +27,7 @@ set -e -VERSION="0.13.1" # x-release-please-version +VERSION="0.14.0" # x-release-please-version CONFIG_DIR="$HOME/.crabcode" CONFIG_FILE="$CONFIG_DIR/config.yaml" WIP_BASE="$CONFIG_DIR/wip"