Skip to content

Commit 5faa38f

Browse files
committed
v0.3.4
1 parent edf66d6 commit 5faa38f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
## [0.3.4] (in development)
3+
## [0.3.5] (in development)
4+
5+
## [0.3.4] (2025-16-04)
6+
7+
Thanks go to @wetneb, @anwaralameddin, @rudolphfroger, @jcamiel, @imcsk8 for contributions to this release.
48

59
### Added
610

@@ -11,6 +15,7 @@
1115

1216
### Changed
1317

18+
* Call bindgen at build time on Unix platforms (thanks @wetneb)
1419
* Update the implementation of `StructuredError` so that all validation errors are returned from the validation methods present on `SchemaValidationContext`. Previously, all returned validation errors were identical due to libxml reusing a global memory address for all reported errors. Thanks @JDSeiler !
1520
* The `message` method of `StructuredError` has been deprecated.
1621

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libxml"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
authors = ["Andreas Franzén <[email protected]>", "Deyan Ginev <[email protected]>","Jan Frederik Schaefer <[email protected]>"]
66
description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project"

0 commit comments

Comments
 (0)