Skip to content

Commit 62fffe5

Browse files
authored
Merge pull request #36 from aurelio-labs/james/chaining-and-cleanup
chore: 0.0.8
2 parents 2b3a14a + fc42cbb commit 62fffe5

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/user-guide/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
See below for all notable changes to the GraphAI library.
22

3-
## [0.0.7] - 2025-08-16
3+
## [0.0.8] - 2025-08-16
44

55
### Added
66
- Graph constructor methods [`add_node`, `add_router`, `add_edge`, `set_callback`, `set_state`, `update_state`, `reset_state`, `set_start_node`, `set_end_node`, `compile`] can now be chained
@@ -12,6 +12,8 @@ See below for all notable changes to the GraphAI library.
1212
- Updated documentation notebooks to use new callback pattern
1313
- Updated old type annotations to use Python 3.10+ syntax, e.g., `List[str]` -> `list[str]` and `Optional[list]` -> `list | None`
1414

15+
## [0.0.7] - Removed
16+
1517
## [0.0.6] - 2025-05-28
1618

1719
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphai-lib"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Not an AI framework"
55
readme = "README.md"
66
requires-python = ">=3.10,<3.14"

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)