File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed 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-10-30)
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:** api update ([ 1342c39] ( https://github.com/sfcompute/nodes-go/commit/1342c3989b487bd7725ab95ba720c7da200c6899 ) )
10+ * ** api:** api update ([ 02e6349] ( https://github.com/sfcompute/nodes-go/commit/02e6349b1823ed96fecf3353231e32b00ef3989b ) )
11+ * ** api:** api update ([ 26ba165] ( https://github.com/sfcompute/nodes-go/commit/26ba165c4e22a00f69c89f53edf7b0445057594f ) )
12+
13+
14+ ### Chores
15+
16+ * ** internal:** codegen related update ([ 766d0aa] ( https://github.com/sfcompute/nodes-go/commit/766d0aaf277f7c0733d15ba33111d5e9519660a8 ) )
17+
318## 0.1.0-alpha.3 (2025-10-13)
419
520Full 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/[email protected] .3 ' 31+ go get -u
' github.com/sfcompute/[email protected] .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