Skip to content

Commit 4342719

Browse files
committed
.
1 parent 1d44656 commit 4342719

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## v0.9.27
3+
4+
## v0.9.26
45
feat(api): Enhance API endpoint and function name generation
56

67
- Improve aiohttp session handling in `make_single_request()` to prevent connection errors
@@ -11,7 +12,6 @@ feat(api): Enhance API endpoint and function name generation
1112
- Add comprehensive test cases for problematic path name conversions
1213
Addresses potential issues with API endpoint generation and async request management, improving overall robustness of API integration capabilities.
1314

14-
## v0.9.26
1515
refactor(extractor): Enhance HTML processing and base64 image removal
1616

1717
- Consolidate BeautifulSoup operations for more robust HTML processing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentle"
3-
version = "v0.9.25"
3+
version = "v0.9.26"
44
description = "..."
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)