From 19a006a24063c946cf472efa80eb24acb41d1526 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 01:38:12 +0000 Subject: [PATCH 1/2] chore(main): release 0.14.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/crabcode | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727e2be..7b5cb64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46210f9..b9d31ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## [0.14.1](https://github.com/promptfoo/crabcode/compare/v0.14.0...v0.14.1) (2026-05-07) + + +### Bug Fixes + +* draw ui dependabot alerts ([#102](https://github.com/promptfoo/crabcode/issues/102)) ([a00a14b](https://github.com/promptfoo/crabcode/commit/a00a14b9946e7de3e346f50dab3c205ad082a9ad)) + ## [0.14.0](https://github.com/promptfoo/crabcode/compare/v0.13.1...v0.14.0) (2026-03-18) ### Changed diff --git a/src/crabcode b/src/crabcode index 92941a1..f41c1ad 100755 --- a/src/crabcode +++ b/src/crabcode @@ -27,7 +27,7 @@ set -e -VERSION="0.14.0" # x-release-please-version +VERSION="0.14.1" # x-release-please-version CONFIG_DIR="$HOME/.crabcode" CONFIG_FILE="$CONFIG_DIR/config.yaml" WIP_BASE="$CONFIG_DIR/wip" From f6acd027aec018ac3f5fff5ae9b0e8e2c6e594d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 May 2026 01:38:18 +0000 Subject: [PATCH 2/2] chore: format CHANGELOG.md with prettier --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d31ff..7ea3075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,9 @@ ## [0.14.1](https://github.com/promptfoo/crabcode/compare/v0.14.0...v0.14.1) (2026-05-07) - ### Bug Fixes -* draw ui dependabot alerts ([#102](https://github.com/promptfoo/crabcode/issues/102)) ([a00a14b](https://github.com/promptfoo/crabcode/commit/a00a14b9946e7de3e346f50dab3c205ad082a9ad)) +- draw ui dependabot alerts ([#102](https://github.com/promptfoo/crabcode/issues/102)) ([a00a14b](https://github.com/promptfoo/crabcode/commit/a00a14b9946e7de3e346f50dab3c205ad082a9ad)) ## [0.14.0](https://github.com/promptfoo/crabcode/compare/v0.13.1...v0.14.0) (2026-03-18)