Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.6.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.6.1 (2025-12-06)

Full Changelog: [v0.6.0...v0.6.1](https://github.com/gitpod-io/gitpod-sdk-go/compare/v0.6.0...v0.6.1)

### Bug Fixes

* **mcp:** correct code tool API endpoint ([e94dac8](https://github.com/gitpod-io/gitpod-sdk-go/commit/e94dac8aeb3a3704d65044e7a9c7d7aa865c02a0))
* rename param to avoid collision ([230f5ad](https://github.com/gitpod-io/gitpod-sdk-go/commit/230f5adf57fa28e012fe769b611f3ad81ba283ba))


### Chores

* elide duplicate aliases ([515de72](https://github.com/gitpod-io/gitpod-sdk-go/commit/515de72284fc4276378d364665da670a92d6e756))
* **internal:** codegen related update ([7e15eec](https://github.com/gitpod-io/gitpod-sdk-go/commit/7e15eec605c407c7fe6db51625a3b2ab5da9447a))

## 0.6.0 (2025-09-25)

Full Changelog: [v0.5.0...v0.6.0](https://github.com/gitpod-io/gitpod-sdk-go/compare/v0.5.0...v0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/gitpod-io/gitpod-sdk-go@v0.6.0'
go get -u 'github.com/gitpod-io/gitpod-sdk-go@v0.6.1'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "0.6.0" // x-release-please-version
const PackageVersion = "0.6.1" // x-release-please-version