Skip to content

Commit fe541b8

Browse files
committed
release: 0.27.0
1 parent bc2d34b commit fe541b8

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.26.0"
2+
".": "0.27.0"
33
}

CHANGELOG.md

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

3+
## 0.27.0 (2025-11-13)
4+
5+
Full Changelog: [v0.26.0...v0.27.0](https://github.com/stainless-api/stainless-api-go/compare/v0.26.0...v0.27.0)
6+
7+
### Features
8+
9+
* **api:** add branch reset functionality ([bc2d34b](https://github.com/stainless-api/stainless-api-go/commit/bc2d34b482890531f569f80145098155016c811b))
10+
11+
12+
### Chores
13+
14+
* bump gjson version ([e184162](https://github.com/stainless-api/stainless-api-go/commit/e18416285bd4ee3216cd921b6f3cac67f65ffe6b))
15+
* **internal:** grammar fix (it's -> its) ([f99f299](https://github.com/stainless-api/stainless-api-go/commit/f99f299b11538f0b426e2be90a922486772056f1))
16+
317
## 0.26.0 (2025-10-07)
418

519
Full Changelog: [v0.25.0...v0.26.0](https://github.com/stainless-api/stainless-api-go/compare/v0.25.0...v0.26.0)

README.md

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

3030
```sh
31-
go get -u 'github.com/stainless-api/stainless-api-go@v0.26.0'
31+
go get -u 'github.com/stainless-api/stainless-api-go@v0.27.0'
3232
```
3333

3434
<!-- 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.26.0" // x-release-please-version
5+
const PackageVersion = "0.27.0" // x-release-please-version

0 commit comments

Comments
 (0)