Browse Source
Merge pull request #1024 from octodns/rel-1-0-0rc1
Version 1.0.0rc1 version bump and changelog update
allow-relative-values
Ross McFarland
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
CHANGELOG.md
-
octodns/__init__.py
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
## v1.0.0.rc2 - 2023-??-?? - |
|
|
|
## v1.0.0.rc1 - 2023-07-20 - The last one before the 1s |
|
|
|
|
|
|
|
* Record and Zone validation now ensures there's no whitespace in names |
|
|
|
* OwnershipProcessor managed records always add w/lenient=True, this allows |
|
|
|
|
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
|
|
|
|
|
__VERSION__ = '1.0.0rc0' |
|
|
|
__VERSION__ = '1.0.0rc1' |