Skip to content

v0.6.0-alpha1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 14:42
· 217 commits to main since this release
879507d

Changelog

  • 3d97c4b Chore: clean-up
  • 7343af3 Chore: docs/links, etc.
  • f1c307e Chore: only build current GOOS/GOARCH
  • 879507d Chore: refactor rbl code into a pkg
  • 39b4c9b Chore: update go versions
  • 3d88c55 Fix: "stray" foo
  • 1dc7705 Fix: apparently path changed
  • 4a91a07 Fix: potential fix for nil pointer
  • 50590f5 Fix: run tests locally
  • d7331bd Merge pull request #100 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.44
  • 4934d00 Merge pull request #101 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.45
  • 337398c Merge pull request #102 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.12.0
  • b1fb6e2 Merge pull request #103 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.66.3
  • e4e85a4 Merge pull request #104 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.12.1
  • bd1c467 Merge pull request #105 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.46
  • 82f171a Merge pull request #106 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.66.4
  • 339e379 Merge pull request #110 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.48
  • 7df3263 Merge pull request #113 from Luzilla/dependabot/go_modules/github.com/urfave/cli-1.22.9
  • 26eb19e Merge pull request #114 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.49
  • c7b65a4 Merge pull request #115 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.12.2
  • 9974ab9 Merge pull request #116 from Luzilla/fix-build
  • 85fec9c Merge pull request #117 from Luzilla/update-go
  • 9088e8b Merge pull request #118 from Luzilla/fix-foo
  • efbe75c Merge pull request #89 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.42
  • 35eaee4 Merge pull request #90 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.11.0
  • e98cf7e Merge pull request #91 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.43
  • e829181 Merge pull request #92 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.62.1
  • 993084f Merge pull request #93 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.63.0
  • ce432b6 Merge pull request #94 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.63.2
  • 953d20d Merge pull request #95 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.64.0
  • e3e6015 Merge pull request #96 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.65.0
  • 20e099a Merge pull request #97 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.66.0
  • 99eb4dd Merge pull request #98 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.66.1
  • bf78b8d Merge pull request #99 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.66.2
  • d6426f7 Refactor: move all dns utiliy functions
  • 416d42d Upgrade: bump github.com/miekg/dns from 1.1.41 to 1.1.42
  • 8777143 Upgrade: bump github.com/miekg/dns from 1.1.42 to 1.1.43
  • e1f5bd8 Upgrade: bump github.com/miekg/dns from 1.1.43 to 1.1.44
  • 75ed056 Upgrade: bump github.com/miekg/dns from 1.1.44 to 1.1.45
  • 44d8a94 Upgrade: bump github.com/miekg/dns from 1.1.45 to 1.1.46
  • e4369bd Upgrade: bump github.com/miekg/dns from 1.1.46 to 1.1.48
  • dfd1da2 Upgrade: bump github.com/miekg/dns from 1.1.48 to 1.1.49
  • 58f232f Upgrade: bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0
  • 06bcc2c Upgrade: bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0
  • e4eda3b Upgrade: bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
  • 3ef575a Upgrade: bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
  • 16f936b Upgrade: bump github.com/urfave/cli from 1.22.5 to 1.22.9
  • 5e22c5b Upgrade: bump gopkg.in/ini.v1 from 1.62.0 to 1.62.1
  • 44665db Upgrade: bump gopkg.in/ini.v1 from 1.62.1 to 1.63.0
  • 5c06009 Upgrade: bump gopkg.in/ini.v1 from 1.63.0 to 1.63.2
  • e34c351 Upgrade: bump gopkg.in/ini.v1 from 1.63.2 to 1.64.0
  • 7e30cfb Upgrade: bump gopkg.in/ini.v1 from 1.64.0 to 1.65.0
  • 208b09c Upgrade: bump gopkg.in/ini.v1 from 1.65.0 to 1.66.0
  • 52ada22 Upgrade: bump gopkg.in/ini.v1 from 1.66.0 to 1.66.1
  • 2f770f8 Upgrade: bump gopkg.in/ini.v1 from 1.66.1 to 1.66.2
  • c9d202e Upgrade: bump gopkg.in/ini.v1 from 1.66.2 to 1.66.3
  • fd7de3b Upgrade: bump gopkg.in/ini.v1 from 1.66.3 to 1.66.4