Skip to content

Commit ccd7f6d

Browse files
release: 0.1.0
1 parent dbeb503 commit ccd7f6d

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.2"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## 0.1.0 (2025-12-19)
4+
5+
Full Changelog: [v0.0.2...v0.1.0](https://github.com/miruml/go-server-sdk/compare/v0.0.2...v0.1.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **api:** change route to be /beta instead of /v1
10+
11+
### Features
12+
13+
* **encoder:** support bracket encoding form-data object members ([42cd12f](https://github.com/miruml/go-server-sdk/commit/42cd12f63596c6f1bc5aa86d621f6929716b6ac8))
14+
15+
16+
### Bug Fixes
17+
18+
* **mcp:** correct code tool API endpoint ([c2128e7](https://github.com/miruml/go-server-sdk/commit/c2128e744bbd9473c8a1b6bef9cee4c3e1984558))
19+
* rename param to avoid collision ([38be6e4](https://github.com/miruml/go-server-sdk/commit/38be6e4729020e74ec2ad2c6f3b7506c3e6db4b2))
20+
* skip usage tests that don't work with Prism ([3a4ce7e](https://github.com/miruml/go-server-sdk/commit/3a4ce7e207e17b8730279da7d1de116ed8005ff3))
21+
22+
23+
### Chores
24+
25+
* add float64 to valid types for RegisterFieldValidator ([dbeb503](https://github.com/miruml/go-server-sdk/commit/dbeb503b9299414959b2ce494ab88b3d552a4615))
26+
* bump gjson version ([561ebe2](https://github.com/miruml/go-server-sdk/commit/561ebe292506a695c7c6722a558efc4a57a4e7ca))
27+
* elide duplicate aliases ([362f943](https://github.com/miruml/go-server-sdk/commit/362f943009b5ee378163d4db6473150fc301b82b))
28+
* fix empty interfaces ([74e4e50](https://github.com/miruml/go-server-sdk/commit/74e4e50593ba2d1e56e6671d0d69365e766f62a6))
29+
* **internal:** codegen related update ([60b4b3c](https://github.com/miruml/go-server-sdk/commit/60b4b3c4cec89a4f2ed53493ac7b2217b26fb7e0))
30+
* **internal:** grammar fix (it's -> its) ([fa1fb81](https://github.com/miruml/go-server-sdk/commit/fa1fb81de9f7c11a310c6f56b1cfc14e0994dab9))
31+
32+
33+
### Refactors
34+
35+
* **api:** change route to be /beta instead of /v1 ([be825a4](https://github.com/miruml/go-server-sdk/commit/be825a42443bae212e7280f89fdf6c77e2e62a1b))
36+
337
## 0.0.2 (2025-10-21)
438

539
Full Changelog: [v0.0.1...v0.0.2](https://github.com/miruml/go-server-sdk/compare/v0.0.1...v0.0.2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to pin the version:
2828
<!-- x-release-please-start-version -->
2929

3030
```sh
31-
go get -u 'github.com/miruml/go-server-sdk@v0.0.2'
31+
go get -u 'github.com/miruml/go-server-sdk@v0.1.0'
3232
```
3333

3434
<!-- x-release-please-end -->

internal/version.go

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

33
package internal
44

5-
const PackageVersion = "0.0.2" // x-release-please-version
5+
const PackageVersion = "0.1.0" // x-release-please-version

0 commit comments

Comments
 (0)