diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c06990f..263f343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/zurfjereluhmie/evalwire/compare/v0.4.0...v0.4.1) (2026-05-04) + + +### Documentation + +* add concepts, guides, configuration, and troubleshooting pages ([#48](https://github.com/zurfjereluhmie/evalwire/issues/48)) ([8b1af18](https://github.com/zurfjereluhmie/evalwire/commit/8b1af188f3cb7a458289cf22a16282c9931be140)) + ## [0.4.0](https://github.com/zurfjereluhmie/evalwire/compare/v0.3.1...v0.4.0) (2026-04-23) diff --git a/pyproject.toml b/pyproject.toml index 177193b..d7dc9d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "evalwire" -version = "0.4.0" +version = "0.4.1" 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 b22789a..07e222b 100644 --- a/uv.lock +++ b/uv.lock @@ -1069,7 +1069,7 @@ wheels = [ [[package]] name = "evalwire" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "arize-phoenix" },