From 3103f8be3e82a0301a6acf55615404c09f3a6b0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:15:05 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"