Skip to content

Commit 2203995

Browse files
chore(release): v0.5.0
Automatically generated by python-semantic-release
1 parent 78b0c56 commit 2203995

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
# CHANGELOG
22

33

4+
## v0.5.0 (2025-04-04)
5+
6+
### Features
7+
8+
- **integration**: Add support for openai agents (with tree)
9+
([#88](https://github.com/rungalileo/galileo-python/pull/88),
10+
[`78b0c56`](https://github.com/rungalileo/galileo-python/commit/78b0c56681065fc6db7a3944aa7a5ae5f43ba3f5))
11+
12+
Co-authored-by: Andrii Soldatenko <andrii.soldatenko@gmail.com>
13+
14+
415
## v0.4.0 (2025-04-04)
516

17+
### Chores
18+
19+
- **release**: V0.4.0
20+
([`8d700bc`](https://github.com/rungalileo/galileo-python/commit/8d700bcc321e3476b132e6b5a65cad2a19365f0a))
21+
22+
Automatically generated by python-semantic-release
23+
624
### Features
725

826
- Langchain async callback handler ([#89](https://github.com/rungalileo/galileo-python/pull/89),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "galileo"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Client library for the Galileo platform."
55
authors = [{ name = "Galileo Technologies Inc.", email = "team@galileo.ai" }]
66
readme = "README.md"

src/galileo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
WorkflowStep,
1919
)
2020

21-
__version__ = "0.4.0"
21+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)