Skip to content

Commit b4e3353

Browse files
chore(main): release 0.14.0 (#70)
## Release `0.14.0` ## Why The Codex-default rollout should ship as the `0.14.0` milestone rather than `0.13.x`. ## Included - version alignment release for the Codex-default milestone introduced in `0.13.1` - no additional functional changes beyond `0.13.1` ## Notes - this PR intentionally supersedes the auto-generated `0.13.2` bump - after merge, the GitHub release/tag will likely need to be published manually because the `release-please` workflow is currently failing post-merge --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MrFlounder <k.zanggs@gmail.com>
1 parent 4051f88 commit b4e3353

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.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.13.1"
2+
".": "0.14.0"
33
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## [0.14.0](https://github.com/promptfoo/crabcode/compare/v0.13.1...v0.14.0) (2026-03-18)
6+
7+
### Changed
8+
9+
- 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`.
10+
511
## [0.13.1](https://github.com/promptfoo/crabcode/compare/v0.13.0...v0.13.1) (2026-03-18)
612

713
### Features

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.13.1" # x-release-please-version
30+
VERSION="0.14.0" # 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)