File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.2 "
2+ "." : " 0.1.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0 (2025-12-06)
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+ ### Chores
12+
13+ * bump gjson version ([ 561ebe2] ( https://github.com/miruml/go-server-sdk/commit/561ebe292506a695c7c6722a558efc4a57a4e7ca ) )
14+ * elide duplicate aliases ([ 362f943] ( https://github.com/miruml/go-server-sdk/commit/362f943009b5ee378163d4db6473150fc301b82b ) )
15+ * fix empty interfaces ([ 74e4e50] ( https://github.com/miruml/go-server-sdk/commit/74e4e50593ba2d1e56e6671d0d69365e766f62a6 ) )
16+ * ** internal:** codegen related update ([ 60b4b3c] ( https://github.com/miruml/go-server-sdk/commit/60b4b3c4cec89a4f2ed53493ac7b2217b26fb7e0 ) )
17+ * ** internal:** grammar fix (it's -> ; its) ([ fa1fb81] ( https://github.com/miruml/go-server-sdk/commit/fa1fb81de9f7c11a310c6f56b1cfc14e0994dab9 ) )
18+
19+
20+ ### Refactors
21+
22+ * ** api:** change route to be /beta instead of /v1 ([ be825a4] ( https://github.com/miruml/go-server-sdk/commit/be825a42443bae212e7280f89fdf6c77e2e62a1b ) )
23+
324## 0.0.2 (2025-10-21)
425
526Full Changelog: [ v0.0.1...v0.0.2] ( https://github.com/miruml/go-server-sdk/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.0.2 " // x-release-please-version
5+ const PackageVersion = "0.1.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments