Skip to content

Tags: wes-kay/sqlc

Tags

1.7.1

Toggle 1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update main.go

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump version to v1.7.0 (sqlc-dev#912)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump to version v1.6.0 (sqlc-dev#806)

v1.5.0

Toggle v1.5.0's commit message
cmd/sqlc: Bump version to v1.5.0

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump version to v1.4.0 (sqlc-dev#547)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd: Bump version to v1.3.0 (sqlc-dev#484)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump version to v1.2.0 (sqlc-dev#441)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmd/sqlc: Bump version to v1.1.0 (sqlc-dev#406)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create release for tags (sqlc-dev#346)

* release: Push release to stable branch on tag

* actions: Release new versions on tag creation

0.1.0

Toggle 0.1.0's commit message
Set stdout correctly (sqlc-dev#232)

The `cmd.Do` function takes a writer to use as standard out, but doesn't
use it. Instead, there's a duplicate call to `cobra.Command.SetErr`.
This patch replaces one of the duplicates with `SetOut`.