Skip to content

Commit 692daee

Browse files
committed
Merge branch 'hotfix/docs'
2 parents 5138584 + 4ed6e09 commit 692daee

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# Changelog
22

33

4+
"name: v2.0.0" is a release tag
5+
6+
## [v2.0.0](https://github.com/bsorrentino/LangGraph-Swift/releases/tag/v2.0.0) (2024-07-08)
7+
8+
### Features
9+
10+
* add setConditionalEntryPoint method ([d870c296b8c73f0](https://github.com/bsorrentino/LangGraph-Swift/commit/d870c296b8c73f03bb3e667142badca2a95b4773))
11+
> resolve #3
12+
13+
14+
15+
### Documentation
16+
17+
- update readme ([3cbe0fa5f9bde5f](https://github.com/bsorrentino/LangGraph-Swift/commit/3cbe0fa5f9bde5fa28d63ed4dc9aa34c2e4e7a74))
18+
19+
- update changelog ([313a953020673c1](https://github.com/bsorrentino/LangGraph-Swift/commit/313a953020673c162dfa6b8d1f76d78ce4930d2c))
20+
21+
22+
### Refactor
23+
24+
- **tests** update class names ([61edc7ce9e51acc](https://github.com/bsorrentino/LangGraph-Swift/commit/61edc7ce9e51acc4d933da112443dae358db6847))
25+
26+
- **AgentExecutor** apply new names ([2a1e495e4874c33](https://github.com/bsorrentino/LangGraph-Swift/commit/2a1e495e4874c33c4abfdd5d65153571a838c6c0))
27+
28+
- **langgraph** rename Errors enum ([2414f647631d331](https://github.com/bsorrentino/LangGraph-Swift/commit/2414f647631d3315d54c90857cceffc8a0ce9969))
29+
30+
- rename classes ([0800db80be61009](https://github.com/bsorrentino/LangGraph-Swift/commit/0800db80be61009e211bc9e79a90dfa1db77110e))
31+
> GraphState -> StateGraph
32+
> Runner -> CompiledGraph
33+
34+
35+
36+
437
"name: v1.2.2" is a release tag
538

639
## [v1.2.2](https://github.com/bsorrentino/LangGraph-Swift/releases/tag/v1.2.2) (2024-04-20)

0 commit comments

Comments
 (0)