This version is the last version that supports Go v1.16.
Upgrade note:
ReviewerInput gained a State field between Reviewer and Confirmed.
Keyed struct literals are unaffected.
If you construct ReviewerInput with an unkeyed literal such as
gerrit.ReviewerInput{"user@example.com", true}, switch to keyed fields:
gerrit.ReviewerInput{Reviewer: "user@example.com", Confirmed: true}.
Features
1ec7df4 Add WithRunAs context for X-Gerrit-RunAs header support (#206)
c4283a3 Add ChangeInfo.CurrentRevisionNumber field (#204)
8a17aa8 Add fields State, Notify and NotifyDetails to ReviewerInput (#203)
Chore and automation
5b3d24e Support Go 1.27 and put staticcheck under Renovate management (#226)
42c7af0 Update dependency golangci/golangci-lint to v2.12.2 (#212)
df467be Fix golangci-lint 2.12 findings (#221)
4baf32b Remove Dependabot in favor of Renovate (#220)
bfeb61f Upgrade supported Go versions from 1.24, 1.25 to 1.25, 1.26 (#219)
14503db Update actions/checkout action to v7 (#214)
1de2e34 Update actions/setup-go action to v7 (#217)
9d00b00 Bump actions/setup-go from 6 to 7 (#218)
9ef9336 chore(deps): update dependency golangci/golangci-lint to v2.11.3 (#211)
eb71b14 chore(deps): update dependency go to 1.26 (#209)
0cf1dd8 chore(deps): update dominikh/staticcheck-action action to v1.4.1 (#208)
c9b56a5 Add renovate.json (#207)
fbf6460 Bump goreleaser/goreleaser-action from 6 to 7 (#205)
dfb90fe Bump actions/setup-go from 5 to 6 (#201)
fdd33d6 Bump github.com/google/go-querystring from 1.1.0 to 1.2.0 (#200)
c628cf8 Bump actions/checkout from 5 to 6 (#202)
Full Changelog: v1.1.1...v1.2.0