Skip to content

v0.16.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 15:55
· 38 commits to master since this release
89bbf3e

Added

  • #186 Builds for Apple/Darwin ARM64. Untested, this is what this RC is for.

Changed

  • #175 IgnoreURLs now can be used to ignore internal URLs. It uses regex unlike the previously added IgnoreInternalURLs so will likely deprecate the latter in an upcoming release.
  • Upgrade to go 1.17.x for Darwin arm64 builds.

Fixed

  • #126 Panic when referencing ignored directories

Removed

Changelog

26605a5 Add missing skips for external access.
2a4d210 Run CI on pull requests too
01b82dc Apply IgnoreURLs regexs to internal URLs too
03c4f89 Add a test for file: scheme
cd4a0fb Fix panic when referencing ignored directories
7fd8514 Merge pull request #161 from QuLogic/skip-external
f1e8651 Remove commented out line
cfca618 Merge pull request #181 from markmandel/debug/panic
54089cb Fix typo in comment
095de9a Merge branch 'master' into chalin-ignoreurl-regex-for-internal-too-2021-09-17
4266055 Add additional tests on usage of IgnoreURLs for internal links
72bd8a3 Add deprecation warning to IgnoreInternalURLs in README
6aa3355 Merge pull request #175 from chalin/chalin-ignoreurl-regex-for-internal-too-2021-09-17
b8d61a2 Merge pull request #172 from wjdp/ci-on-prs
43e49ac Remove date from build and --version
0fa8290 Bump go version to 1.17.8
3cd44ff Merge pull request #187 from wjdp/go-1.17.8
94e3a1e Remove date flag from docker build step
89bbf3e Try setting go version for goreleaser