Skip to content

Commit 51fbfe6

Browse files
chore(main): release 0.5.3 (#117)
* chore(main): release 0.5.3 Signed-off-by: Agntcy Build Bot <build@agntcy.io> * chore: trim changelog to only include changes since v0.5.1 --------- Signed-off-by: Agntcy Build Bot <build@agntcy.io> Co-authored-by: Cody Hartsook <codyhartsook@gmail.com>
1 parent 3c7f120 commit 51fbfe6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/release-manifest.json

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.3](https://github.com/agntcy/app-sdk/compare/v0.5.1...v0.5.3) (2026-03-02)
9+
10+
11+
### Features
12+
13+
* Agntcy dir client integration and enhanced CI pipeline ([#112](https://github.com/agntcy/app-sdk/issues/112)) ([5d8fba3](https://github.com/agntcy/app-sdk/commit/5d8fba385eda6ada9c6068f3c8e51f09b6b64ff5))
14+
15+
16+
### Bug Fixes
17+
18+
* **ci:** use correct secret name for release-please token ([#116](https://github.com/agntcy/app-sdk/issues/116)) ([3c7f120](https://github.com/agntcy/app-sdk/commit/3c7f120986206adf85fcd3fe01a75566bb61044b))
19+
20+
21+
### Chores
22+
23+
* bump agntcy-dir dependency from >=0.6.1 to >=1.0.0 ([#113](https://github.com/agntcy/app-sdk/issues/113)) ([85b7f02](https://github.com/agntcy/app-sdk/commit/85b7f02ddc8bc2409792290496fc0ca0878b2ed7))
24+
* bump package version to 0.5.2 ([#115](https://github.com/agntcy/app-sdk/issues/115)) ([16279ba](https://github.com/agntcy/app-sdk/commit/16279baa838011c74d3ee9e315c190a4a57a3806))
25+
826
## 0.5.0
927

1028
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agntcy-app-sdk"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Agntcy Application SDK for Python"
55
authors = [{ name = "Cody Hartsook", email = "codyhartsook@gmail.com" }]
66
requires-python = ">=3.12,<4.0"

0 commit comments

Comments
 (0)