Releases: znscli/zns
Releases · znscli/zns
v0.2.0
Changelog
- 1ea8ac4 Update README.md
- 94786ce Update README.md
- 2cf5d85 add DNS nameserver resolution from host (#35)
- ff3a502 add functional tests (#38)
- 7c94f10 lint: replace deprecated tenv linter
- 2960f30 query: add tests (#36)
- 0c7fd0a query: initialize the dns client correctly (#37)
- e914859 view: improve type assertions and handle stream write errors (#33)
v0.1.0
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)