From 5a5b603289bfd9b9e1bcd57618cf8694bd0ec2aa Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 9 Jun 2021 15:29:00 +0200 Subject: fix for issue 387 tagged objects that have a templated (idNNN) anchor, did get the anchor added explicitly, resulting potentially in double anchors --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0974570..6ca30d4 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ ruamel.yaml ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.17.7 -:updated: 2021-05-31 +:version: 0.17.8 +:updated: 2021-06-09 :documentation: http://yaml.readthedocs.io :repository: https://sourceforge.net/projects/ruamel-yaml/ :pypi: https://pypi.org/project/ruamel.yaml/ @@ -65,6 +65,11 @@ ChangeLog .. should insert NEXT: at the beginning of line for next key (with empty line) +0.17.8 (2021-06-09): + - fix for issue 387 where templated anchors on tagged object did get set + resulting in potential id reuse. (reported by `Artem Ploujnikov + `__) + 0.17.7 (2021-05-31): - issue 385 also affected other deprecated loaders (reported via email by Oren Watson) @@ -76,7 +81,7 @@ ChangeLog (reported by `Mike Gouline `__) - wasted a few hours getting rid of mypy warnings/errors -0.17.5: +0.17.5 (2021-05-30): - fix for issue 384 !!set with aliased entry resulting in broken YAML on rt reported by `William Kimball `__) -- cgit v1.2.1