Skip to content

Commit 9e01a39

Browse files
committed
release: prepare v0.9.0
1 parent 8d06a77 commit 9e01a39

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0] - 2026-02-09
11+
1012
### Added
1113
- Feat: add cancellation service support (`/cancellation/cancel`, `/cancellation/status/{request_id}`)
1214
- Feat: add `/state` endpoint methods for tools, resources, prompts, gateways, servers, and A2A agents
@@ -157,6 +159,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157159
### Added
158160
- Initial commit, add contextforge api client sdk, add gateways, servers, prompts, resources, and tools services, add integration test suite, add unit tests
159161

162+
[0.9.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.8.1...v0.9.0
160163
[0.8.1]: https://github.com/leefowlercu/go-contextforge/compare/v0.8.0...v0.8.1
161164
[0.8.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.7.0...v0.8.0
162165
[0.7.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.6.3...v0.7.0
@@ -170,4 +173,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170173
[0.2.1]: https://github.com/leefowlercu/go-contextforge/compare/v0.2.0...v0.2.1
171174
[0.2.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.1.0...v0.2.0
172175
[0.1.0]: https://github.com/leefowlercu/go-contextforge/releases/tag/v0.1.0
173-
[Unreleased]: https://github.com/leefowlercu/go-contextforge/compare/v0.8.1...HEAD
176+
[Unreleased]: https://github.com/leefowlercu/go-contextforge/compare/v0.9.0...HEAD

contextforge/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package contextforge
22

33
// Version is the current release version of the go-contextforge SDK.
44
// This version is included in the User-Agent header for all API requests.
5-
const Version = "0.8.1"
5+
const Version = "0.9.0"

0 commit comments

Comments
 (0)