File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.3 "
2+ "." : " 0.1.0-alpha.4 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.4 (2025-12-01)
4+
5+ Full Changelog: [ v0.1.0-alpha.3...v0.1.0-alpha.4] ( https://github.com/sfcompute/nodes-go/compare/v0.1.0-alpha.3...v0.1.0-alpha.4 )
6+
7+ ### Features
8+
9+ * ** api:** add .zones SDK methods ([ 7d0d7e8] ( https://github.com/sfcompute/nodes-go/commit/7d0d7e8e8c2902b64ac32afc36c9ab3c2d759c3f ) )
10+ * ** api:** api update ([ 9f94ea5] ( https://github.com/sfcompute/nodes-go/commit/9f94ea57dcaabbec647d257634ee5c550bfe823b ) )
11+ * ** api:** api update ([ 1342c39] ( https://github.com/sfcompute/nodes-go/commit/1342c3989b487bd7725ab95ba720c7da200c6899 ) )
12+ * ** api:** api update ([ 02e6349] ( https://github.com/sfcompute/nodes-go/commit/02e6349b1823ed96fecf3353231e32b00ef3989b ) )
13+ * ** api:** api update ([ 26ba165] ( https://github.com/sfcompute/nodes-go/commit/26ba165c4e22a00f69c89f53edf7b0445057594f ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * ** client:** correctly specify Accept header with * /* instead of empty ([ 02ed3d4] ( https://github.com/sfcompute/nodes-go/commit/02ed3d4181ab9b9c97e85fb3dd0b9ded24489f40 ) )
19+
20+
21+ ### Chores
22+
23+ * bump gjson version ([ 4190bc4] ( https://github.com/sfcompute/nodes-go/commit/4190bc4b5cf17ed7fda70ff9e8ccab34eb33d477 ) )
24+ * ** internal:** codegen related update ([ 766d0aa] ( https://github.com/sfcompute/nodes-go/commit/766d0aaf277f7c0733d15ba33111d5e9519660a8 ) )
25+ * ** internal:** grammar fix (it's -> ; its) ([ 1a198ba] ( https://github.com/sfcompute/nodes-go/commit/1a198bad6aa4689cecfaccec1953310a60a1a47c ) )
26+
327## 0.1.0-alpha.3 (2025-10-13)
428
529Full Changelog: [ v0.1.0-alpha.2...v0.1.0-alpha.3] ( https://github.com/sfcompute/nodes-go/compare/v0.1.0-alpha.2...v0.1.0-alpha.3 )
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/sfcompute/nodes-go@v0.1.0-alpha.3 '
31+ go get -u ' github.com/sfcompute/nodes-go@v0.1.0-alpha.4 '
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.1.0-alpha.3 " // x-release-please-version
5+ const PackageVersion = "0.1.0-alpha.4 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments