Skip to content

Commit a0b8a42

Browse files
chore(main): release authsome 0.1.4 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 157edad commit a0b8a42

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.1.4](https://github.com/agentr-labs/authsome/compare/authsome-v0.1.3...authsome-v0.1.4) (2026-04-20)
4+
5+
6+
### Bug Fixes
7+
8+
* update command execution to use double-quoted strings and process in shell ([157edad](https://github.com/agentr-labs/authsome/commit/157edad42f253f98d6767ce524972f52c47cdb39))
9+
310
## [0.1.3](https://github.com/agentr-labs/authsome/compare/authsome-v0.1.2...authsome-v0.1.3) (2026-04-20)
411

512

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.1.3"
7+
version = "0.1.4"
88
description = "A portable local authentication library for AI agents and developer tools"
99
readme = "README.md"
1010
license = "MIT"

src/authsome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from authsome.models.enums import AuthType, ConnectionStatus, ExportFormat, FlowType
4848
from authsome.models.provider import ProviderDefinition
4949

50-
__version__ = "0.1.3"
50+
__version__ = "0.1.4"
5151

5252
__all__ = [
5353
# Core

0 commit comments

Comments
 (0)