Skip to content

Commit 3a5e398

Browse files
committed
release: prepare v0.5.0
1 parent 1966491 commit 3a5e398

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.5.0] - 2025-11-10
9+
10+
### Added
11+
- Feat: move from "base url" to "address" in client configuration and codebase references
12+
13+
### Documentation
14+
- Docs: add info about mcp and expand a2a section in readme
15+
- Docs: update project documentation
16+
- Docs: update toc in readme
17+
18+
### Build
19+
- Build: update prepare release script to automatically merge goreleaser-created changelog contents into root changelog
20+
21+
822
## [0.4.0] - 2025-11-09
923

1024
### Added
@@ -54,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5468
### Added
5569
- Initial commit, add contextforge api client sdk, add gateways, servers, prompts, resources, and tools services, add integration test suite, add unit tests
5670

71+
[0.5.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.4.0...v0.5.0
5772
[0.4.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.3.0...v0.4.0
5873
[0.3.0]: https://github.com/leefowlercu/go-contextforge/compare/v0.2.1...v0.3.0
5974
[0.2.1]: https://github.com/leefowlercu/go-contextforge/compare/v0.2.0...v0.2.1

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.4.0"
5+
const Version = "0.5.0"

0 commit comments

Comments
 (0)