Skip to content

Releases: znscli/zns

v0.2.0

22 Feb 15:38
ff3a502
Compare
Choose a tag to compare

Changelog

v0.1.0

20 Feb 15:19
b35079d
Compare
Choose a tag to compare

Changelog

  • 7e36e3d Bump actions/checkout from 3 to 4 (#20)
  • 265b066 Bump github.com/fatih/color from 1.13.0 to 1.18.0 (#2)
  • c918720 Bump github.com/stretchr/testify from 1.7.2 to 1.10.0 (#12)
  • 5e6cac3 Create .golangci.yml
  • 91e3a55 Create .goreleaser.yaml
  • c865974 Create dependabot.yaml
  • ae8ae91 Create labeler.yaml
  • e1eb42a Create release.yaml
  • a6aa63e Fix flaky tab writing behavior using text/tabwriter (#25)
  • f8e3d27 Initial commit
  • 96bdfdd Update .gitignore
  • 79762f1 Update .goreleaser.yaml
  • 51f3d04 Update README.md
  • 7014705 Update README.md
  • 1641054 Update README.md
  • 5040d53 Update README.md
  • 9d5f98a Update README.md
  • a084243 Update README.md
  • 9d1bebd Update README.md (#21)
  • 243cb55 add LICENSE
  • a25139b add printer
  • e73a5f6 build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (#27)
  • 091372b build(deps): bump github.com/miekg/dns from 1.1.62 to 1.1.63 (#28)
  • ead90d0 build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#30)
  • 52b0c9d build(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 (#32)
  • d174e25 build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.0 (#31)
  • c316b9a chore: gofmt
  • 264a53e ci: add basic ci workflow (#17)
  • 12f4b15 fix deprecated linters
  • 6159c5f fix extra space
  • 3eecbc2 gh: create ci-triage.yaml (#24)
  • 40a1886 gh: pin actions by commit SHA (#23)
  • 5cb1eef gh: rename job (#22)
  • 22a18c0 implement querier and add comments to satisfy linters
  • b35079d lint: remove max-per-linter
  • 8ec32f5 move logger to root command
  • 4665603 query: add Querytypes to query multiple types concurrently
  • dc32190 query: begin implement query package
  • 1d4cee1 query: format logger
  • 4181163 query: use multierror.Error explicitly
  • e7cc91b refactor: stable sorting (#3)
  • 094411c rename to MultiQuery
  • 8e09a6b rename to printRecords
  • d2a1afb rm comment
  • 6fdfbd2 sort messages before printing
  • f2a5989 update README.md
  • 0f83cb5 update README.md
  • 4f025b5 update README.md
  • 7210e7b view: add support for rendering via different output streams (#9)