diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 953c1767..68b4d615 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2026-06-03 + ### Security - Bump dev dependency `pytest` to `^9.0.0` (9.0.3), with `pytest-asyncio` to `>=1.0,<2` (1.4.0) for compatibility, to remediate GHSA-6w46-j5rx-g56g (insecure tmpdir handling). Test-only; no runtime impact. diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 8895502a..a5efcce5 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eggai" -version = "0.2.14" +version = "0.3.0" description = "EggAI Multi-Agent Meta Framework` is an async-first framework for building, deploying, and scaling multi-agent systems for modern enterprise environments" authors = ["Stefano Tucci "] readme = "README.md"