diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e22c9..bf26164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/zurfjereluhmie/evalwire/compare/v0.6.0...v0.7.0) (2026-07-06) + + +### Features + +* bump the python-deps group with 8 updates ([#58](https://github.com/zurfjereluhmie/evalwire/issues/58)) ([c5418d9](https://github.com/zurfjereluhmie/evalwire/commit/c5418d90f766a7b5c28c5066683f87054f71f6f2)) + ## [0.6.0](https://github.com/zurfjereluhmie/evalwire/compare/v0.5.0...v0.6.0) (2026-05-11) diff --git a/pyproject.toml b/pyproject.toml index bc0ef19..e2c0082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "evalwire" -version = "0.6.0" +version = "0.7.0" description = "Systematic evaluation of LangGraph nodes using Arize Phoenix experiments." readme = "README.md" license = "BSD-3-Clause" diff --git a/uv.lock b/uv.lock index 1cbfbe6..5b2f321 100644 --- a/uv.lock +++ b/uv.lock @@ -843,7 +843,7 @@ wheels = [ [[package]] name = "evalwire" -version = "0.6.0" +version = "0.7.0" source = { editable = "." } dependencies = [ { name = "arize-phoenix" },