From 9703765e4f9c49439fa02c48e06a75571bc63d9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:56:05 +0000 Subject: [PATCH] chore(main): release authsome 0.5.1 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f1c1e58..210d290 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index caceb6e..7712543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.1](https://github.com/agentrhq/authsome/compare/authsome-v0.5.0...authsome-v0.5.1) (2026-06-01) + + +### Documentation + +* Update context on design philosophy behind authsome ([5933be4](https://github.com/agentrhq/authsome/commit/5933be47de734839d2e65f03b2a783c70acb75fa)) +* Update documentation ([d76304a](https://github.com/agentrhq/authsome/commit/d76304a911ab2a9f7049079cfe1e0b648a11e79f)) +* Update documentation ([30ec8d4](https://github.com/agentrhq/authsome/commit/30ec8d4ff6ddf1c16061156067207ac9b68e3bfb)) + ## [0.5.0](https://github.com/agentrhq/authsome/compare/authsome-v0.4.2...authsome-v0.5.0) (2026-05-29) diff --git a/pyproject.toml b/pyproject.toml index 27aeee8..8e08af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "authsome" -version = "0.5.0" +version = "0.5.1" description = "A portable local authentication library for AI agents and developer tools" readme = "README.md" license = "MIT"