Skip to content

Commit f5a6269

Browse files
chore(main): release python 0.7.9 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9216833 commit f5a6269

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"javascript": "0.2.12",
3-
"python": "0.7.8"
3+
"python": "0.7.9"
44
}

python/CHANGELOG.md

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

3+
## [0.7.9](https://github.com/langwatch/scenario/compare/python/v0.7.8...python/v0.7.9) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* open browser automatically on langwatch page for following scenario runs + improve console output to be less over the top + ksuid instead of uuids ([#122](https://github.com/langwatch/scenario/issues/122)) ([9216833](https://github.com/langwatch/scenario/commit/9216833c30db79b0e5a9ae29a16e481e30165353))
9+
10+
11+
### Bug Fixes
12+
13+
* consider inconclusive criteria as failure ([#125](https://github.com/langwatch/scenario/issues/125)) ([5f93d33](https://github.com/langwatch/scenario/commit/5f93d3307c3f3483ba5161e00f9065826782a283))
14+
* documentation links ([#106](https://github.com/langwatch/scenario/issues/106)) ([24806f8](https://github.com/langwatch/scenario/commit/24806f8dc14d602752159421c014547e51f777a5))
15+
* stop capturing errors, rethrow for much better debuggability ([#113](https://github.com/langwatch/scenario/issues/113)) ([a300ce4](https://github.com/langwatch/scenario/commit/a300ce470db6894ce20549893ac9ac2f56808e2b))
16+
17+
18+
### Documentation
19+
20+
* examples improvements and language selection ([#114](https://github.com/langwatch/scenario/issues/114)) ([49f6522](https://github.com/langwatch/scenario/commit/49f65229802217504cfc1f613c0016a2beeb96cb))
21+
322
## [0.7.8](https://github.com/langwatch/scenario/compare/python/v0.7.7...python/v0.7.8) (2025-07-10)
423

524

python/pyproject.toml

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

55
[project]
66
name = "langwatch-scenario"
7-
version = "0.7.8"
7+
version = "0.7.9"
88
description = "The end-to-end agent testing library"
99
readme = "README.md"
1010
authors = [{ name = "LangWatch Team", email = "support@langwatch.ai" }]

0 commit comments

Comments
 (0)