Skip to content

Releases: cbrgm/githubevents

v1.7.0

09 Jan 13:34
Compare
Choose a tag to compare

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

02 Jan 10:34
8a6d2b7
Compare
Choose a tag to compare

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

24 Oct 10:08
b75e2df
Compare
Choose a tag to compare

This release is backward compatible to v1.5.0. There are no API changes.

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.5.0

04 Oct 10:36
786c0fb
Compare
Choose a tag to compare

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

30 Aug 15:40
d574132
Compare
Choose a tag to compare

This release is backward compatible to v1.3.0. There are no API changes.

What's Changed

  • deps: dependabot batch, update to go-github v47 by @cbrgm in #22

Full Changelog: v1.3.0...v1.4.0

v1.3.0

30 Aug 15:35
7146ec5
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 May 08:55
ac37263
Compare
Choose a tag to compare

This release is backward compatible to v1.1.21. There are no API changes.

What's Changed

  • deps: add support for google/go-github v45.0.0 by @cbrgm in #15

Full Changelog: v1.1.21...v1.2.0

v1.1.21

14 May 10:44
d7933c4
Compare
Choose a tag to compare

What's Changed

  • deps: update golang.org/x/crypto by @cbrgm in #13
  • deps: bump google/go-github from v44.0.0 to v44.1.0 by @cbrgm in #14

Full Changelog: v1.1.2...v1.1.21

v1.1.2

03 May 18:18
022d650
Compare
Choose a tag to compare

This release is backward compatible to v1.1.1. There are no API changes.

What's Changed

  • deps: update dependencies by @cbrgm in #11
  • Update to github.com/google/go-github/v44 by @cbrgm in #12

Full Changelog: v1.1.1...v1.1.2

v1.1.1

29 Apr 21:27
49dcf9e
Compare
Choose a tag to compare

What's Changed

  • tests: increase test coverage, add unit tests by @cbrgm in #9
  • fix(typo): fix RepositoryEventCreated name by @cbrgm in #10

Full Changelog: v1.1.0...v1.1.1