mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #1151 from octodns/rel-1-5-1
Version 1.5.1 bump & changelog update
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## v1.5.1 - 2024-03-08 - env/* type conversion fix
|
||||
|
||||
* Improved env variable to parameter type conversion logic, avoid converting
|
||||
all numbers to float which caused some formatting issues in things that
|
||||
weren't being careful enough.
|
||||
|
||||
## v1.5.0 - 2024-02-26 - Checksums, nested expansion, & flexable values
|
||||
|
||||
* Beta support for Manager.enable_checksum and octodns-sync --checksum Allows a
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
|
||||
|
||||
# TODO: remove __VERSION__ w/2.x
|
||||
__version__ = __VERSION__ = '1.5.0'
|
||||
__version__ = __VERSION__ = '1.5.1'
|
||||
|
||||
Reference in New Issue
Block a user