Skip to content

Commit 42e7437

Browse files
authored
Merge pull request #446 from agentrhq/release-please--branches--main--components--authsome
chore(main): release authsome 0.7.2
2 parents 749e703 + a79f606 commit 42e7437

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.1"
2+
".": "0.7.2"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/agentrhq/authsome/compare/authsome-v0.7.1...authsome-v0.7.2) (2026-06-17)
4+
5+
6+
### Features
7+
8+
* add agent detail view ([256753f](https://github.com/agentrhq/authsome/commit/256753f3200701f2382319db78c9d5f4e4cbd162))
9+
* Improve agents page ([02658d1](https://github.com/agentrhq/authsome/commit/02658d1aee7211a446eb21b785c8ce0482c31d7c))
10+
* merge agent detail view with enhanced agents list and review fixes ([749e703](https://github.com/agentrhq/authsome/commit/749e7032746d54eadc0ba408979de3682fcedcb9))
11+
12+
13+
### Bug Fixes
14+
15+
* simplify agent detail metadata layout ([43f9b4e](https://github.com/agentrhq/authsome/commit/43f9b4ebde17717f243ebe972e567c1c4db96595))
16+
17+
18+
### Documentation
19+
20+
* fix self-hosting quick start and first-run flow ([48f7c6f](https://github.com/agentrhq/authsome/commit/48f7c6fbb7d592a18c5bd101433b00bce03f20f3))
21+
* updated self hosting docs ([57c8409](https://github.com/agentrhq/authsome/commit/57c8409e6eea9190e672531bad7b83b959e2bab8))
22+
323
## [0.7.1](https://github.com/agentrhq/authsome/compare/authsome-v0.7.0...authsome-v0.7.1) (2026-06-17)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "authsome"
7-
version = "0.7.1"
7+
version = "0.7.2"
88
description = "A portable local authentication library for AI agents and developer tools"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)