minidom: Bump version to 0.18

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-10-24 12:24:41 +02:00
commit bd986f5e5e
5 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,8 @@
Version NEXT:
Version 0.18, released 2025-10-28:
* Breaking:
* Removed 'std' feature for now because it makes build fail on
* Remove 'std' feature for now because it makes build fail on
no-default-features.
* Add `Element::attr_ns` that requires the attribute namespace in addition
to `Element::attr` (which defaults to `rxml::Namespace::none()`. Similar