Releases: libdns/hosttech
Releases · libdns/hosttech
v1.1.1
What's Changed
- feat(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #14
- feat(deps): bump github.com/libdns/libdns from 0.2.2 to 0.2.3 by @dependabot in #15
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.4
What's Changed
- feat(deps): bump github.com/stretchr/testify from 1.8.2 to 1.9.0 by @dependabot in #6
- Added CI with unit tests by @MasterEvarior in #9
- feat/upgrade to libdns 0.2.2 by @MasterEvarior in #10
Full Changelog: v1.0.3...v1.0.4
v1.0.3
- Bump github.com/stretchr/testify from
1.8.1to1.8.2 - A minimum TTL of 10800s is always set
- Trailing dots always get removed from TXT records
v1.0.2
Trailing dots are now removed from the zone name because Hosttech cannot handle that. For example: test.com. is now test.com.
v1.0.1
Replaced time.DateTime with time.Stamp to make it more backwards compatible. Building should now work from go version 1.18 on.
v1.0.0
First release