File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.1 "
2+ "." : " 0.2.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2025-02-18)
4+
5+ Full Changelog: [ v0.1.1...v0.2.0] ( https://github.com/gitpod-io/gitpod-sdk-go/compare/v0.1.1...v0.2.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ #33 ] ( https://github.com/gitpod-io/gitpod-sdk-go/issues/33 ) ) ([ 8b18e3a] ( https://github.com/gitpod-io/gitpod-sdk-go/commit/8b18e3af0ace255d515d1f53e9d8573a57ba8617 ) )
10+ * ** api:** Organizations Open API docs ([ #31 ] ( https://github.com/gitpod-io/gitpod-sdk-go/issues/31 ) ) ([ 8c99874] ( https://github.com/gitpod-io/gitpod-sdk-go/commit/8c99874c9c17e63becdbd0fb30a45d77c51bdf2f ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * ** client:** don't truncate manually specified filenames ([ #34 ] ( https://github.com/gitpod-io/gitpod-sdk-go/issues/34 ) ) ([ bb87acd] ( https://github.com/gitpod-io/gitpod-sdk-go/commit/bb87acddf4cf002b37c63e8a74bb2f044deac221 ) )
16+
317## 0.1.1 (2025-02-14)
418
519Full Changelog: [ v0.1.0-alpha.3...v0.1.1] ( https://github.com/gitpod-io/gitpod-sdk-go/compare/v0.1.0-alpha.3...v0.1.1 )
Original file line number Diff line number Diff 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/gitpod-sdk-go@v0.1.1 '
27+ go get -u ' github.com/gitpod-io/gitpod-sdk-go@v0.2.0 '
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.1.1 " // x-release-please-version
5+ const PackageVersion = "0.2.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments