Skip to content

Latest commit

 

History

History
145 lines (63 loc) · 5.29 KB

File metadata and controls

145 lines (63 loc) · 5.29 KB

Changelog

dev build (unreleased)

  • 6ac5f75 build(deps): bump golang.org/x/oauth2 in /plugins/github

  • af547e2 docs(plugins/github): update readme

v0.9.0

  • d69e701 update(github): bump to v0.9.0

  • 4bcb38b build(deps): bump golang.org/x/oauth2 in /plugins/github

  • 563729c update(plugins/github): upgrade deps

  • a56d432 chore(github): go mod tidy

  • 3fcacd1 build(deps): bump golang.org/x/oauth2 in /plugins/github

  • 0baafb0 build(deps): bump golang.org/x/oauth2 in /plugins/github

v0.8.1

  • 6c27356 build(deps): bump golang.org/x/oauth2 in /plugins/github

  • 2d52d84 update(plugins/github): bump to v0.8.1

v0.8.0

v0.7.5

  • 980fa2e update(plugins/github): upgrade sdk and deps

v0.7.4

v0.7.3

  • 9298bcb update(github): bump version to 0.7.3

  • 6f7ef79 build(deps): bump golang.org/x/net in /plugins/github

v0.7.2

  • f37dd74 chore(github): bump version to 0.7.2

v0.7.1

  • b0a2735 fix(plugins/github): add length check in if statement

  • 5e2953f build(deps): bump google.golang.org/protobuf in /plugins/github

v0.7.0

  • 3a7f1b1 fix(plugins/github): add a check that before and after commit IDs aren't null...

  • 81ccd91 build(deps): bump golang.org/x/net in /plugins/github

v0.6.1

v0.6.0

  • 044d7d3 fix(plugins/github): fix small typo

  • 4c22035 feat(plugins/github): add github tag to all rules in ruleset file

  • 409260a fix(plugins/github): fix type field extraction

v0.5.3

  • dc1e87e fix(plugins/github): fix ruleset dependencies

v0.5.2

v0.5.1

  • f1bd3b4 build(deps): bump golang.org/x/net in /plugins/github

v0.5.0

  • 972cca0 update(plugin/github): bump plugin version to v0.5.0

  • 0b6e12b update(rules/github): bump required_plugins_versions for github rules

v0.4.0

  • 9654722 update(plugins/github): bump plugin version to v0.4.0

  • 9f3a5e0 chore(plugins/github): update readme

  • 0b7468a update(plugins/github): fix makefile cleanup

v0.3.1

  • 1bf3df4 update(plugin/github): bump version to 0.3.1

  • cf809fa fix(plugins/github): correctly parse git diffs

v0.3.0

  • c2412cf update(plugins/github): bump version to 0.3.0

v0.2.0

  • d9c1f08 update(plugins/github): adapt plugin for plugin-sdk-go v0.4.0

  • 71f653f chore(plugins/github): address review suggestions

  • 32cccff chore(plugins/github): use log instead of fmt prints

  • dbf7459 chore(plugins/github): reduce method visibility

  • a1ef331 chore(plugins/github): solve warnings

  • c79c890 refactor(plugin/github): adhere to package design and init plugin main file

  • 79336d4 chore(plugins/github): insert copyright headers

  • 57caa6c update(plugins/github): bump dependencies version

  • 678787f update(plugins/github/rules): add version dependencies in ruleset

  • 982ac09 refactor(plugins/github): create package directory

  • 86b4bc3 chore(plugins/github): apply suggestions from review