Skip to content

Commit f647b20

Browse files
committed
Release 0.3.6
1 parent 152b925 commit f647b20

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.3.6 (2025-04-20)
2+
3+
- Add new OpenAI models - `gpt-4.1`, `gpt-4.1-mini`, `gpt-4.1-nano`, `o3`, `o4-mini`, plus aliases.
4+
- `gpt`, `gpt4`, and `gpt-mini` aliases now point to GPT-4.1 family.
5+
6+
17
# 0.3.5 (2025-04-12)
28

39
- Add LiteLLM support for accessing various LLM providers.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aaf"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
description = "AAF (Agentic AI Framework)"
55
readme = "README.md"
66
homepage = "https://github.com/rivol/aaf"

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)