Skip to content

Commit 298aa36

Browse files
committed
release: prepare v0.6.1
1 parent 0c6d4a4 commit 298aa36

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.1] - 2025-11-19
9+
10+
### Added
11+
- Feat: add hybrid rest endpoint methods for resources and prompts
12+
- Feat: move from "base url" to "address" in client configuration and codebase references
13+
14+
### Fixed
15+
- Fix(tools): remove incorrect wrapper from update request body
16+
17+
### Documentation
18+
- Docs: add info about mcp and expand a2a section in readme
19+
- Docs: move claude instructions to project root
20+
- Docs: update documentation for hybrid rest endpoints
21+
- Docs: update project documentation
22+
- Docs: update toc in readme
23+
24+
### Build
25+
- Build: update prepare release script to automatically merge goreleaser-created changelog contents into root changelog
26+
27+
### Tests
28+
- Test(integration): add proper assertions to update operation tests
29+
- Test(integration): improve token generation and output formatting
30+
- Test: add integration tests for hybrid endpoint methods
31+
- Test: add unit tests for hybrid endpoint methods
32+
- Test: update output text in integration test setup script
33+
34+
835
## [0.6.0] - 2025-11-13
936

1037
### Added
@@ -88,6 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88115
### Added
89116
- Initial commit, add contextforge api client sdk, add gateways, servers, prompts, resources, and tools services, add integration test suite, add unit tests
90117

118+
[0.6.1]: https://github.com/leefowlercu/go-contextforge/compare/v0.4.0...v0.6.1
91119
[0.6.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.4.0...v0.6.0
92120
[0.5.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.4.0...v0.5.0
93121
[0.4.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.3.0...v0.4.0

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.6.0"
5+
const Version = "0.6.1"

0 commit comments

Comments
 (0)