Skip to content

Commit 58d3104

Browse files
chore(main): release 0.2.2 (#9)
1 parent 86f97ba commit 58d3104

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.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.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/zurfjereluhmie/evalwire/compare/v0.2.1...v0.2.2) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* use per-thread persistent event loop to prevent 'Event loop is closed' ([86f97ba](https://github.com/zurfjereluhmie/evalwire/commit/86f97ba73e080f5c95dceaa93c6d8c33b875ee34))
9+
310
## [0.2.1](https://github.com/zurfjereluhmie/evalwire/compare/v0.2.0...v0.2.1) (2026-03-30)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "evalwire"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Systematic evaluation of LangGraph nodes using Arize Phoenix experiments."
99
readme = "README.md"
1010
authors = [{ name = "evalwire contributors" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)