- **New**
- Add support for Python 3.12
- Add support for pugixml 1.14
- Add `pugixml.pugi.PARSE_MERGE_PCDATA`
- Add `pugixml.pugi.XMLAttribute.set_name(name: str, size: int)`
- Add `pugixml.pugi.XMLNode.set_name(name: str, size: int)`
- **Changed**
- Update pybind11 from 2.10.1 to 2.11.1
- **Fixed**
- Remove unnecessary length check:
- `pugixml.pugi.XMLAttribute.set_value(value: str, size: int)`
- `pugixml.pugi.XMLNode.set_value(value: str, size: int)`
- `pugixml.pugi.XMLText.set(value: str, size: int)`