Releases: aredwood/zonefile-parser
Releases · aredwood/zonefile-parser
0.1.20
0.1.19
What's Changed
- Support multiple $ORIGIN directives in a single zone file by @aredwood in #60
- Fix CNAME rdata corruption when record name appears in target by @aredwood in #61
- Fix repr returning dict instead of str in Record class by @aredwood in #63
- Fix ValueError when parsing TXT records with escaped semicolons (;) by @aredwood in #62
Full Changelog: 0.1.18...0.1.19
0.1.18
What's Changed
- Remove print statement by @jfly in #51
- Support TABS as a delimiter for $ORIGIN similar to $TTL by @aredwood in #48
- general ci updates by @aredwood in #52
- fix bracket issue by @aredwood in #53
- Bump flake8 from 4.0.1 to 6.1.0 by @dependabot in #38
New Contributors
Full Changelog: 0.1.17...0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
What's Changed
- Bump pytest-cov from 2.11.1 to 4.0.0 by @dependabot in #31
- improved parsing of mixed case $TTL and $ORIGIN by @aredwood in #33 (#26 / @artfulbodger)
New Contributors
- @dependabot made their first contribution in #31
Full Changelog: 0.1.13...0.1.14