Skip to content

Commit a8a6fe4

Browse files
committed
chore: bump version to 1.1.3 [skip ci]
1 parent 5b7bc7c commit a8a6fe4

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
55
<!-- version list -->
66

7+
## v1.1.3 (2026-06-02)
8+
9+
### Bug Fixes
10+
11+
- **llm**: Avoid Groq schema-tool failures during guideline generation
12+
([#264](https://github.com/AgentToolkit/altk-evolve/pull/264),
13+
[`5b7bc7c`](https://github.com/AgentToolkit/altk-evolve/commit/5b7bc7cf10e7bea93cf7a73866595de284c21f56))
14+
15+
716
## v1.1.2 (2026-06-01)
817

918
### Bug Fixes

altk_evolve/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.1.3"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "altk-evolve"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -49,6 +49,7 @@ evolve-mcp = "altk_evolve.frontend.mcp.__main__:main"
4949

5050

5151

52+
5253
[dependency-groups]
5354
dev = [
5455
"anyio",

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)