Skip to content

Commit 238231d

Browse files
committed
v0.6.1
1 parent 91220dd commit 238231d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [v0.6.1] - 2026-02-03
2+
3+
### Changed
4+
5+
- Fix incomplete template variable validation in product specifications ([#54](https://github.com/autonity/afp-sdk/pull/54))
6+
17
## [v0.6.0] - 2026-01-28
28

39
### Added
@@ -102,6 +108,7 @@
102108

103109
_First public release for Forecastathon._
104110

111+
[v0.6.1]: https://github.com/autonity/afp-sdk/releases/tag/v0.6.1
105112
[v0.6.0]: https://github.com/autonity/afp-sdk/releases/tag/v0.6.0
106113
[v0.5.4]: https://github.com/autonity/afp-sdk/releases/tag/v0.5.4
107114
[v0.5.3]: https://github.com/autonity/afp-sdk/releases/tag/v0.5.3

pyproject.toml

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

55
[project]
66
name = "afp-sdk"
7-
version = "0.6.0"
7+
version = "0.6.1"
88
description = "Autonomous Futures Protocol Python SDK"
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)