Releases: joelanford/go-apidiff
Releases · joelanford/go-apidiff
v0.8.2
v0.8.1
What's Changed
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #48
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #46
- bump deps by @joelanford in #51
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- support merge queue runs, use SHAs for default base ref by @joelanford in #33
- GHA: remove skip-cache input variable, update examples by @joelanford in #34
- fix: add support for message output by @wtrocki in #32
- docs: correct invalid default value in baseRef by @wtrocki in #39
- build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #40
- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #42
- build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #44
- bump to go 1.21 by @joelanford in #45
- build(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 by @dependabot in #43
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- fix: invalid version in action example by @wtrocki in #30
- pkg/diff: respect global .gitignore by @lmb in #25
- Add output:
semver-type
by @EmilienM in #28
New Contributors
- @wtrocki made their first contribution in #30
- @lmb made their first contribution in #25
- @EmilienM made their first contribution in #28
Full Changelog: v0.6.1...v0.7.0
v0.6.1
v0.6.0
What's Changed
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by @dependabot in #22
- bump actions/cache from v2 to v3 by @joelanford in #23
- Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 by @dependabot in #24
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
What's Changed
- bump golang.org/x dependencies by @joelanford in #16
- bump go compiler to 1.18 by @joelanford in #17
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- action: add caching (and option to disable it) by @joelanford in #10
- README.md: change default branch name to 'main' by @joelanford in #11
- improve error message for dirty git tree by @joelanford in #12
- README.md: remove note about proof-of-concept by @joelanford in #13
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- fix: handle repositories with symlinks targeting absolute paths by @joelanford in #5
- action.yml: support go1.16+ 'go install'-style installations by @joelanford in #7
- get packages: workaround various go-git checkout issues by @joelanford in #8
Full Changelog: v0.1.0...v0.2.0