Skip to content

Commit dae33e4

Browse files
committed
bump: update version to 0.1.7 in pyproject.toml and update CHANGELOG.md for release
1 parent df1d049 commit dae33e4

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.7] - 2026-04-07
11+
12+
Patch release with an important checkpoint bugfix and logging refinement.
13+
14+
### Fixed
15+
- Add `_run_sync` helper to support nested event loops in Jupyter/Colab environments using asyncio
16+
- Ensure deferred checkpoint includes successor tasks in execution queue (#46)
17+
18+
### Changed
19+
- Change warning logs to debug logs for ADK and Pydantic agent import errors
20+
1021
## [0.1.6] - 2026-04-06
1122

1223
Minor patch release with a corner-case bugfix only. No new features or breaking changes.
@@ -104,7 +115,8 @@ Minor patch release with a corner-case bugfix only. No new features or breaking
104115
- Workflow visualization (ASCII, Mermaid, PNG)
105116
- REST API for workflow management and feedback submission
106117

107-
[Unreleased]: https://github.com/myui/graflow/compare/v0.1.6...HEAD
118+
[Unreleased]: https://github.com/myui/graflow/compare/v0.1.7...HEAD
119+
[0.1.7]: https://github.com/myui/graflow/compare/v0.1.6...v0.1.7
108120
[0.1.6]: https://github.com/myui/graflow/compare/v0.1.5...v0.1.6
109121
[0.1.5]: https://github.com/myui/graflow/compare/v0.1.4...v0.1.5
110122
[0.1.4]: https://github.com/myui/graflow/compare/v0.1.3...v0.1.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graflow"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "The orchestration engine for production-grade agentic workflows"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)