Releases: cbrgm/githubevents
Releases · cbrgm/githubevents
v1.9.0
This release is backward compatible to v1.8.0. There are no API changes.
What's Changed
- chore(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in #33
- chore(deps): bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 by @dependabot in #35
- chore(deps): bump golang.org/x/sync from 0.0.0-20220819030929-7fc1605a5dde to 0.1.0 by @dependabot in #34
- chore(deps): bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0 by @dependabot in #36
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #37
- chore(deps): bump github.com/google/go-github/v50 from 50.1.0 to 50.2.0 by @dependabot in #38
- chore(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 by @dependabot in #40
- chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by @dependabot in #41
- chore(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.6.0 by @dependabot in #42
- chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 by @dependabot in #43
- chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #44
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #46
- chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #47
- Dependency update google/go-github and x/sync by @tjololo in #48
- docs: update readme by @cbrgm in #49
New Contributors
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.0
This release is backward compatible to v1.6.2. There are no API changes.
Full Changelog: v1.6.2...v1.7.0
v1.6.2
This release is backward compatible to v1.6.1. There are no API changes.
What's Changed
- chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #28
- chore(deps): bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0 by @dependabot in #30
- chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #29
- chore(deps): bump github.com/google/go-github/v48 from 48.1.0 to 48.2.0 by @dependabot in #31
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.5.0
This release is backward compatible to v1.4.0. There are no API changes.
This release updates githubevents
to use Go v.1.19
and also refactors parts of the codebase to use the newly introduced any
keyword instead of interface{}
declarations. It also updates google/go-github
to the latest version
What's Changed
- chore(deps): bump github.com/google/go-github/v47 from 47.0.0 to 47.1.0 by @dependabot in #23
- refactor: replace empty interface declaration with "any" keyword by @cbrgm in #24
- chore: update to Go v1.19 by @cbrgm in #24
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.0
This release is backward compatible to v1.2.0. There are no API changes.
What's Changed
- docs: update readme by @cbrgm in #16
- docs: update readme by @cbrgm in #17
- chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by @dependabot in #18
- deps: update to google/go-github v45.1.0 by @cbrgm in #19
- chore(deps): bump github.com/google/go-github/v45 from 45.1.0 to 45.2.0 by @dependabot in #20
- deps: dependabot batch, update to go-github v46 by @cbrgm in #21
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: v1.2.0...v1.3.0