From b475a1ebe429745732e5df4af5fb4ed7bd69d1a8 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:07:12 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0667415..b6a6656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.2](https://github.com/feliperun/expert-agent/compare/v0.1.1...v0.1.2) (2026-04-17) + + +### Features + +* Public launch — MIT license, brand block, governance, and multi-agent workspaces ([#4](https://github.com/feliperun/expert-agent/issues/4)) ([a35a034](https://github.com/feliperun/expert-agent/commit/a35a034caf48d4ae5c1048f00c65f3fff3b15cc6)) + + +### Documentation + +* Add agent-friendly E2E onboarding guide ([5ddb9ec](https://github.com/feliperun/expert-agent/commit/5ddb9ec55225514e74c26d259b395cfe7e3c7935)) + ## [0.1.1](https://github.com/feliperbroering/expert-agent/compare/v0.1.0...v0.1.1) (2026-04-17) diff --git a/pyproject.toml b/pyproject.toml index fad7dc9..7cb3aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "expert-agent" -version = "0.1.1" +version = "0.1.2" description = "Ultra-specialist AI agents as a service — NotebookLM-style, powered by Gemini long-context + Context Caching." readme = "README.md" requires-python = ">=3.12"