Merge pull request #1151 from octodns/rel-1-5-1

Version 1.5.1 bump & changelog update
This commit is contained in:
Ross McFarland
2024-03-08 08:09:47 -08:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
View File
@@ -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'