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.26 .0"
2+ "." : " 0.27 .0"
33}
Original file line number Diff line number Diff line change 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
519Full Changelog: [ v0.25.0...v0.26.0] ( https://github.com/stainless-api/stainless-api-go/compare/v0.25.0...v0.26.0 )
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.26 .0" // x-release-please-version
5+ const PackageVersion = "0.27 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments