diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a6656..7ec9336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/feliperun/expert-agent/compare/v0.1.2...v0.1.3) (2026-04-17) + + +### Bug Fixes + +* Update canonical GitHub URL to feliperun/expert-agent ([#5](https://github.com/feliperun/expert-agent/issues/5)) ([0e4047c](https://github.com/feliperun/expert-agent/commit/0e4047c85fc9f4c5c232fd6c85955e448d09db5e)) + ## [0.1.2](https://github.com/feliperun/expert-agent/compare/v0.1.1...v0.1.2) (2026-04-17) diff --git a/pyproject.toml b/pyproject.toml index 315123c..6d55394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "expert-agent" -version = "0.1.2" +version = "0.1.3" description = "Ultra-specialist AI agents as a service — NotebookLM-style, powered by Gemini long-context + Context Caching." readme = "README.md" requires-python = ">=3.12"