Release asset changes
CLI release archives now use stable, versionless asset names such as doggo-linux-x86_64.tar.gz, with the doggo binary at the archive root and tar entries owned by root/root.
This makes releases/latest/download/... URLs usable for scripted installs. Existing scripts that download the old versioned asset names like doggo_1.1.7_Linux_x86_64.tar.gz should be updated.
Changelog
New Features
- 58781f2: feat: add --authoritative/-A flag to query the domain's authoritative nameserver (@nopolabs)
Bug fixes
Others
- 72663bd: Merge pull request #240 from nopolabs/feat/authoritative-nameserver (@mr-karan)
- 506eabe: Merge pull request #241 from Souvlaki42/main (@mr-karan)
- 4c3bf3d: chore(ci): use patched Go toolchain (@mr-karan)
- 86ff8f4: chore(release): prepare v1.2.0 artifacts (@mr-karan)
- 7dbf633: docs(README): change arch package name (@Souvlaki42)