mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #407 from github/rel-0-9-7
v0.9.7 version bump and CHANGELOG updates
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
||||
#
|
||||
# Do not add editor or OS specific ignores here. Have a look at adding
|
||||
# `excludesfile` to your `~/.gitconfig` to globally ignore such things.
|
||||
#
|
||||
*.pyc
|
||||
.coverage
|
||||
.env
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## v0.9.7 - 2019-09-30 - It's about time
|
||||
|
||||
* AkamaiProvider, ConstellixProvider, MythicBeastsProvider, SelectelProvider,
|
||||
& TransipPovider providers added
|
||||
* Route53Provider seperator fix
|
||||
* YamlProvider export error around stringification
|
||||
* PyPi markdown rendering fix
|
||||
|
||||
## v0.9.6 - 2019-07-16 - The little one that fixes stuff from the big one
|
||||
|
||||
* Reduced dynamic record value weight range to 0-15 so that Dyn and Route53
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
from __future__ import absolute_import, division, print_function, \
|
||||
unicode_literals
|
||||
|
||||
__VERSION__ = '0.9.6'
|
||||
__VERSION__ = '0.9.7'
|
||||
|
||||
Reference in New Issue
Block a user