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..71f47fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [0.5.1](https://github.com/agentrhq/authsome/compare/authsome-v0.5.0...authsome-v0.5.1) (2026-06-02) + + +### Features + +* add Dockerfile, docker-compose, and self-hosting guide ([c7455c0](https://github.com/agentrhq/authsome/commit/c7455c00edd5fc325c3708998cbd978317f882af)) +* add Dockerfile, docker-compose, and self-hosting guide ([6231674](https://github.com/agentrhq/authsome/commit/62316746108a60077814e4b5954d59d6c5a0314b)), closes [#366](https://github.com/agentrhq/authsome/issues/366) +* add static Next.js dashboard ([7c46cd8](https://github.com/agentrhq/authsome/commit/7c46cd895d860f2eecfb5a726cace09afe4dfc49)) +* add static Next.js dashboard ([e0a2cd9](https://github.com/agentrhq/authsome/commit/e0a2cd915843901256f9a0d6b90a0016e483611a)) +* improve scan to cover all typical env file locations ([364f3e5](https://github.com/agentrhq/authsome/commit/364f3e531b8cc7707bf3a6df6dd94f03ee00ba50)) +* improve scan to cover all typical env file locations ([96fd514](https://github.com/agentrhq/authsome/commit/96fd514adbda5cc3eb1bc38007d35f71de14bc5a)) +* replace Python dashboard fallback with built Next.js static UI ([98a3351](https://github.com/agentrhq/authsome/commit/98a3351c56cea43b417c989b4f197d224d015c7a)) +* **ui:** redirect to connections view after successful provider login ([19bdf05](https://github.com/agentrhq/authsome/commit/19bdf0546e6e8fcb26d86553d8f0c80fe826a597)) +* **ui:** redirect to connections view after successful provider login ([60931a0](https://github.com/agentrhq/authsome/commit/60931a027b505b3937ab7161f8c7c43d8b3798a4)), closes [#355](https://github.com/agentrhq/authsome/issues/355) + + +### Bug Fixes + +* Cleaner design ([301d353](https://github.com/agentrhq/authsome/commit/301d353c5e9e4f42259adc5223676be507de8425)) +* **docs:** remove all broken links to missing pages ([cac5f9f](https://github.com/agentrhq/authsome/commit/cac5f9f2c48e29291d61275470734c4440814c60)) +* install pnpm before setup-node to fix CI cache resolution ([0dd5291](https://github.com/agentrhq/authsome/commit/0dd5291ffbe673e8a9c6c39a7128bed41f474303)) +* **ui:** replace setState-in-effect with lazy useState initializers ([ff592fd](https://github.com/agentrhq/authsome/commit/ff592fde5924329f1f8c1060509e22746c1c296b)) + + +### 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 d064901..ab965d8 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"