diff --git a/.changelog/04299448c91147b49c25f6d09055f980.md b/.changelog/04299448c91147b49c25f6d09055f980.md new file mode 100644 index 0000000..d60fc74 --- /dev/null +++ b/.changelog/04299448c91147b49c25f6d09055f980.md @@ -0,0 +1,4 @@ +--- +type: none +--- +Fix changelog pr urls \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a10e604..263aee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,18 @@ ## 1.13.0 - 2025-08-06 - And then there was changelet Minor: -* Quote NAPTR 'flags', 'service' and 'regexp' values as required by RFC2915 - [#1284](https://github.com/None/pull/1284) -* Add new provider parameter root_ns_warnings to disable root NS related warnings - [#1282](https://github.com/None/pull/1282) -* Fix issues with using Templating processor on alias zones - [#1279](https://github.com/None/pull/1279) -* Add trailing_dots parameter to templating processor - [#1278](https://github.com/None/pull/1278) -* Add unescaped semicolons support to YamlProvider - [#1253](https://github.com/None/pull/1253) -* Add validation to TXT records to check for double escaped semi-colons - [#1253](https://github.com/None/pull/1253) -* Add support for the URI record type - [#1275](https://github.com/None/pull/1275) -* Add kwags to filter processors __init__ - [#1274](https://github.com/None/pull/1274) +* Quote NAPTR 'flags', 'service' and 'regexp' values as required by RFC2915 - [#1284](https://github.com/octodns/octodns/pull/1284) +* Add new provider parameter root_ns_warnings to disable root NS related warnings - [#1282](https://github.com/octodns/octodns/pull/1282) +* Fix issues with using Templating processor on alias zones - [#1279](https://github.com/octodns/octodns/pull/1279) +* Add trailing_dots parameter to templating processor - [#1278](https://github.com/octodns/octodns/pull/1278) +* Add unescaped semicolons support to YamlProvider - [#1253](https://github.com/octodns/octodns/pull/1253) +* Add validation to TXT records to check for double escaped semi-colons - [#1253](https://github.com/octodns/octodns/pull/1253) +* Add support for the URI record type - [#1275](https://github.com/octodns/octodns/pull/1275) +* Add kwags to filter processors __init__ - [#1274](https://github.com/octodns/octodns/pull/1274) Patch: -* Fix encoding and decoding of mixed idna fqdns - [#1285](https://github.com/None/pull/1285) -* Improve error messaging for unknown templating parameters - [#1280](https://github.com/None/pull/1280) +* Fix encoding and decoding of mixed idna fqdns - [#1285](https://github.com/octodns/octodns/pull/1285) +* Improve error messaging for unknown templating parameters - [#1280](https://github.com/octodns/octodns/pull/1280) ## 1.12.0 - 2025-06-25 - Automated changelogs diff --git a/requirements-dev.txt b/requirements-dev.txt index 46dab51..a37b15c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black==24.10.0 build==1.3.0 certifi==2025.8.3 cffi==1.17.1 -changelet==0.1.0 +changelet==0.2.0 charset-normalizer==3.4.3 click==8.1.8; python_version<'3.10' click==8.2.1; python_version>='3.10'