Bump minidom version to 0.17.0

This commit is contained in:
Jonas Schäfer 2025-09-17 19:14:52 +02:00
commit ff9c3dc88c
5 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,6 @@
Version NEXT:
Version 0.17, released 2025-09-17:
* Changes
* Almost make the whole crate `no_std`, only `std::io` is still remaining.
* Update rxml dependency to 0.13.

View file

@ -1,6 +1,6 @@
[package]
name = "minidom"
version = "0.16.0"
version = "0.17.0"
authors = [
"lumi <lumi@pew.im>",
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",