Skip to content

Commit cfa553b

Browse files
release: 0.1.0
1 parent 362f943 commit cfa553b

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

526
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)