Skip to content

Commit a829dc0

Browse files
release: 0.4.1
1 parent a5f0af7 commit a829dc0

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.1 (2025-03-01)
4+
5+
Full Changelog: [v0.4.0...v0.4.1](https://github.com/gitpod-io/gitpod-sdk-go/compare/v0.4.0...v0.4.1)
6+
7+
### Documentation
8+
9+
* update URLs from stainlessapi.com to stainless.com ([#53](https://github.com/gitpod-io/gitpod-sdk-go/issues/53)) ([a5f0af7](https://github.com/gitpod-io/gitpod-sdk-go/commit/a5f0af754b7fb4ef5d967aa53ce3ad22648826be))
10+
311
## 0.4.0 (2025-02-21)
412

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or to pin the version:
2424
<!-- x-release-please-start-version -->
2525

2626
```sh
27-
go get -u 'github.com/gitpod-io/[email protected].0'
27+
go get -u 'github.com/gitpod-io/[email protected].1'
2828
```
2929

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

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.4.0" // x-release-please-version
5+
const PackageVersion = "0.4.1" // x-release-please-version

0 commit comments

Comments
 (0)