Skip to content

Commit fc42cbb

Browse files
committed
fix: update v
1 parent 0d6b2ed commit fc42cbb

1 file changed

Lines changed: 3 additions & 1 deletion

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

0 commit comments

Comments
 (0)