Skip to content

Commit d2cc9f1

Browse files
release: 1.64.0
1 parent 1fdef45 commit d2cc9f1

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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-
".": "1.63.1"
2+
".": "1.64.0"
33
}

CHANGELOG.md

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

3+
## 1.64.0 (2026-03-13)
4+
5+
Full Changelog: [v1.63.1...v1.64.0](https://github.com/orbcorp/orb-go/compare/v1.63.1...v1.64.0)
6+
7+
### Features
8+
9+
* **api:** api update ([5e4df75](https://github.com/orbcorp/orb-go/commit/5e4df754c94e8c1ac4c30794d80c3302e3d767c9))
10+
* **api:** api update ([16c4395](https://github.com/orbcorp/orb-go/commit/16c43955776fe324d3fb9317a1a5253a8b226787))
11+
* **api:** api update ([b5f8010](https://github.com/orbcorp/orb-go/commit/b5f801014f247b5b9ad715981386e1ec68610a85))
12+
13+
14+
### Chores
15+
16+
* **ci:** skip uploading artifacts on stainless-internal branches ([9767303](https://github.com/orbcorp/orb-go/commit/976730334711287c2a12e52a0d60bb5c6039baf0))
17+
* **internal:** minor cleanup ([8b3ac6d](https://github.com/orbcorp/orb-go/commit/8b3ac6d7179cd4bed76ad1cdedb33e2692d709cc))
18+
* **internal:** use explicit returns ([15518dc](https://github.com/orbcorp/orb-go/commit/15518dcda5f6df8ef69b5b34e00fec7eaffcccd1))
19+
* **internal:** use explicit returns in more places ([8f6cb2e](https://github.com/orbcorp/orb-go/commit/8f6cb2ec193f4155cd9cfc8db4a4b61e35289f05))
20+
* **test:** do not count install time for mock server timeout ([9150330](https://github.com/orbcorp/orb-go/commit/9150330fbb06f2c475c38e3ef94725b0d2d864e5))
21+
* **tests:** update mock server to steady ([4e23605](https://github.com/orbcorp/orb-go/commit/4e236050c8f958a01250df5fc0619ac5d10edf3c))
22+
323
## 1.63.1 (2026-03-05)
424

525
Full Changelog: [v1.63.0...v1.63.1](https://github.com/orbcorp/orb-go/compare/v1.63.0...v1.63.1)

README.md

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

2424
```sh
25-
go get -u 'github.com/orbcorp/orb-go@v1.63.1'
25+
go get -u 'github.com/orbcorp/orb-go@v1.64.0'
2626
```
2727

2828
<!-- 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 = "1.63.1" // x-release-please-version
5+
const PackageVersion = "1.64.0" // x-release-please-version

0 commit comments

Comments
 (0)