From c686345125f4f0f1eb8752f9a3a3b9a209cd5898 Mon Sep 17 00:00:00 2001 From: jamesdborin <31409376+jamesdborin@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:48:57 +0100 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e16046..8514f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.0](https://github.com/doublewordai/batchbench/compare/v0.3.0...v0.4.0) (2026-07-24) + + +### Features + +* add --user-prefix for per-agent sticky session routing ([73acb5d](https://github.com/doublewordai/batchbench/commit/73acb5d78fe1c683f2ab350840f1e654b719fcbb)) +* add --user-prefix for per-agent sticky session routing ([9bf939a](https://github.com/doublewordai/batchbench/commit/9bf939af5f7a9b751bd6877198de329a434dffb9)) +* add agent loop benchmarking ([1746fa0](https://github.com/doublewordai/batchbench/commit/1746fa0c2dbeb20f4501d79c854e613e361d98f5)) + ## [0.3.0](https://github.com/doublewordai/batchbench/compare/v0.2.3...v0.3.0) (2026-02-20)