Skip to content

Commit

Permalink
release: 0.3.2 (#46)
Browse files Browse the repository at this point in the history
* feat: feat(shared): add standard error codes for API errors (#45)

* release: 0.3.2

---------

Co-authored-by: Anton Kosyakov <anton@gitpod.io>
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
  • Loading branch information
stainless-app[bot] and akosyakov authored Feb 18, 2025
1 parent 716a125 commit 1817924
Showing 4 changed files with 11 additions and 3 deletions.
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.3.1"
".": "0.3.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.3.2 (2025-02-18)

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

### Features

* feat(shared): add standard error codes for API errors ([#45](https://github.com/gitpod-io/gitpod-sdk-go/issues/45)) ([bab81e0](https://github.com/gitpod-io/gitpod-sdk-go/commit/bab81e0dc68c2499dc57faf6ae25f7162da06427))

## 0.3.1 (2025-02-18)

Full Changelog: [v0.3.0...v0.3.1](https://github.com/gitpod-io/gitpod-sdk-go/compare/v0.3.0...v0.3.1)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.3.1'
go get -u 'github.com/gitpod-io/gitpod-sdk-go@v0.3.2'
```

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

package internal

const PackageVersion = "0.3.1" // x-release-please-version
const PackageVersion = "0.3.2" // x-release-please-version

0 comments on commit 1817924

Please sign in to comment.