Skip to content

Commit 8affd4a

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.2...v0.2.0) (2025-10-12) ### Bug Fixes * correct struct field alignment and spelling ([48bea97](48bea97)) * remove goroutine from Shutdown to eliminate race condition ([fd0c474](fd0c474)) * resolve all golangci-lint issues ([83f6bc2](83f6bc2)) * resolve coverage generation conflicts with stdio transport ([71cb481](71cb481)) * resolve race condition in Shutdown test and update act documentation ([e8f3ca5](e8f3ca5)) * update golangci-lint config for v1.64 compatibility ([0c0fca5](0c0fca5)) ### Features * add configuration validation ([2da5d75](2da5d75)) * add helper methods for tool and resource registration ([e152a20](e152a20)) * implement graceful shutdown with cleanup ([05f7ea1](05f7ea1))
1 parent 71cb481 commit 8affd4a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# [0.2.0](https://github.com/rayprogramming/hypermcp/compare/v0.1.2...v0.2.0) (2025-10-12)
2+
3+
4+
### Bug Fixes
5+
6+
* correct struct field alignment and spelling ([48bea97](https://github.com/rayprogramming/hypermcp/commit/48bea97184e42979b1c4be96b3942844536be889))
7+
* remove goroutine from Shutdown to eliminate race condition ([fd0c474](https://github.com/rayprogramming/hypermcp/commit/fd0c474a79c516cb7b23d1bb5f963d804ce17314))
8+
* resolve all golangci-lint issues ([83f6bc2](https://github.com/rayprogramming/hypermcp/commit/83f6bc2783cf080583b5a8e28c1bc904eec7279a))
9+
* resolve coverage generation conflicts with stdio transport ([71cb481](https://github.com/rayprogramming/hypermcp/commit/71cb48139184c03e644031944fba138b6af7b682))
10+
* resolve race condition in Shutdown test and update act documentation ([e8f3ca5](https://github.com/rayprogramming/hypermcp/commit/e8f3ca57b71dcdfd69505d3eb5f3d69406a9bca8))
11+
* update golangci-lint config for v1.64 compatibility ([0c0fca5](https://github.com/rayprogramming/hypermcp/commit/0c0fca5061eae32f191cc9dd9dacc4c3be8b2ab2))
12+
13+
14+
### Features
15+
16+
* add configuration validation ([2da5d75](https://github.com/rayprogramming/hypermcp/commit/2da5d75769f3842b1f8c683f19299ecde52fc2e5))
17+
* add helper methods for tool and resource registration ([e152a20](https://github.com/rayprogramming/hypermcp/commit/e152a20e6e77aae4cebad7b90e2bf0b81aa6b12d))
18+
* implement graceful shutdown with cleanup ([05f7ea1](https://github.com/rayprogramming/hypermcp/commit/05f7ea157a7654e41872a82de73f0aa8532ed273))

0 commit comments

Comments
 (0)