Skip to content

Commit

Permalink
Merge pull request #453 from Clever/wag-nightly-build
Browse files Browse the repository at this point in the history
Wag nightly build
  • Loading branch information
ChrisScotMartin authored Jan 25, 2023
2 parents 12d15a4 + 30054ee commit 3e7d7bd
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
v9.0.2
v9.0.3

v9.0.3 Fixed missing include in generated client.

v9.0.2 Separated client and models modules, reduced kv and otel deps.

Expand Down
1 change: 1 addition & 0 deletions clients/go/gengo.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import (
"time"
"fmt"
"os"
"io/ioutil"
"crypto/md5"
"{{.ModuleName}}{{.OutputPath}}/models{{.VersionSuffix}}"
Expand Down
1 change: 1 addition & 0 deletions samples/gen-go-basic/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions samples/gen-go-blog/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions samples/gen-go-client-only/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions samples/gen-go-db-custom-path/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions samples/gen-go-db/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions samples/gen-go-deprecated/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions samples/gen-go-errors/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions samples/gen-go-nils/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e7d7bd

Please sign in to comment.