Skip to content

Commit 53874ee

Browse files
chore(main): release python 0.7.7 (#89)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4109a51 commit 53874ee

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.8",
3-
"python": "0.7.6"
3+
"python": "0.7.7"
44
}

python/CHANGELOG.md

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

3+
## [0.7.7](https://github.com/langwatch/scenario/compare/python/v0.7.6...python/v0.7.7) (2025-07-07)
4+
5+
6+
### Features
7+
8+
* better reporting python ([#44](https://github.com/langwatch/scenario/issues/44)) ([e41413b](https://github.com/langwatch/scenario/commit/e41413b5407d5e48e70825de4c38dbfb2600ef70))
9+
10+
11+
### Bug Fixes
12+
13+
* get reporter to work and with default ([#96](https://github.com/langwatch/scenario/issues/96)) ([4109a51](https://github.com/langwatch/scenario/commit/4109a51ef9b4b578f4a63cce19959645d6887f94))
14+
315
## [0.7.6](https://github.com/langwatch/scenario/compare/python/v0.7.5...python/v0.7.6) (2025-06-26)
416

517

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.6"
7+
version = "0.7.7"
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)