Skip to content

Commit 71c5563

Browse files
committed
release: prepare 0.3.3 with element ref and UBL 2.4 validation
1 parent 8fdd6ad commit 71c5563

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.3.2] - 2026-03-13
8+
## [0.3.3] - 2026-03-13
99

1010
### Added
1111

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**xmloxide** is a pure Rust reimplementation of libxml2 — the de facto standard XML/HTML parsing library in the open-source world. libxml2 became officially unmaintained in December 2025 with known security issues. xmloxide is a memory-safe, high-performance replacement that passes the same conformance test suites.
66

7-
**Version:** 0.3.2
7+
**Version:** 0.3.3
88
**License:** MIT
99
**MSRV:** Rust 1.81+
1010

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xmloxide"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
rust-version = "1.81"
66
license = "MIT"

0 commit comments

Comments
 (0)