Skip to content

Commit e80f860

Browse files
stainless-app[bot]batuhan
authored andcommitted
release: 0.5.0
1 parent 313896e commit e80f860

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.5.0 (2026-03-06)
4+
5+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/beeper/desktop-api-go/compare/v0.4.0...v0.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([9678ceb](https://github.com/beeper/desktop-api-go/commit/9678cebd29ba5294be61472577aaea69402d31c2))
10+
11+
12+
### Bug Fixes
13+
14+
* fix request delays for retrying to be more respectful of high requested delays ([8646fff](https://github.com/beeper/desktop-api-go/commit/8646fff5adc33b7224cccff6d4b3b2e3bba17ca2))
15+
16+
17+
### Chores
18+
19+
* **ci:** skip uploading artifacts on stainless-internal branches ([459bffc](https://github.com/beeper/desktop-api-go/commit/459bffc9fa5aaa46f0eed05fe69acfd07032c849))
20+
* configure new SDK language ([789fdd6](https://github.com/beeper/desktop-api-go/commit/789fdd6dfc76338aaa39ca8af09192d7786c84c4))
21+
* configure new SDK language ([84875fd](https://github.com/beeper/desktop-api-go/commit/84875fdabd3b02099067f198c7329df61da103ce))
22+
* **internal:** codegen related update ([e089eec](https://github.com/beeper/desktop-api-go/commit/e089eece82226d34b322019650aef96e64545cc3))
23+
* **internal:** move custom custom `json` tags to `api` ([579ab9f](https://github.com/beeper/desktop-api-go/commit/579ab9fa08dd35b5a9f4efbe243a06d967494c51))
24+
* **test:** do not count install time for mock server timeout ([48d983d](https://github.com/beeper/desktop-api-go/commit/48d983d97e6656e55e7eef6accb360339c4c9057))
25+
* update placeholder string ([5907665](https://github.com/beeper/desktop-api-go/commit/5907665e897b67267e8e51d8ab35aef2306ddc24))
26+
327
## 0.4.0 (2026-02-20)
428

529
Full Changelog: [v0.3.0...v0.4.0](https://github.com/beeper/desktop-api-go/compare/v0.3.0...v0.4.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Or to pin the version:
3535
<!-- x-release-please-start-version -->
3636

3737
```sh
38-
go get -u 'github.com/beeper/desktop-api-go@v0.4.0'
38+
go get -u 'github.com/beeper/desktop-api-go@v0.5.0'
3939
```
4040

4141
<!-- 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.4.0" // x-release-please-version
5+
const PackageVersion = "0.5.0" // x-release-please-version

0 commit comments

Comments
 (0)