Browse Source

Merge pull request #920 from octodns/rel-0-9-19

Rel 0.9.19 version bump & CHANGELOG update
pull/923/head v0.9.19
Ross McFarland 3 years ago
committed by GitHub
parent
commit
c92734f7a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 9
- 0
CHANGELOG.md View File

@ -1,7 +1,16 @@
## v0.9.18 - 2022-09-14 - Subzone handling
* Fixed issue with sub-zone handling introduced in 0.9.18
## v0.9.18 - 2022-09-09 - Internationalization ## v0.9.18 - 2022-09-09 - Internationalization
* Added octodns.idna idna_encode/idna_decode helpers, providers will need to * Added octodns.idna idna_encode/idna_decode helpers, providers will need to
individually add support via these helpers though :-/ individually add support via these helpers though :-/
* `black` formatting implemented (including .git-blame-ignore-revs)
* --output-provider support for dump to allow configurable dump
formatting/details
* TLSA record type support
* Subzones support for skipping levels
## v0.9.17 - 2022-04-02 - Registration required ## v0.9.17 - 2022-04-02 - Registration required


+ 1
- 1
octodns/__init__.py View File

@ -7,4 +7,4 @@ from __future__ import (
unicode_literals, unicode_literals,
) )
__VERSION__ = '0.9.18'
__VERSION__ = '0.9.19'

Loading…
Cancel
Save