From 88f6c490bb4d5ed1eb263d53c155b7b2726f7da2 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Mon, 18 Aug 2025 12:22:24 -0400 Subject: [PATCH] release v0.3.7 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ba95e13..e53874c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log -## [0.3.7] (in development) +## [0.3.8] (in development) + +## [0.3.7] (2025-18-08) + +### Changes + +* Corrected the bindgen configuration for c14n, thanks to @Qubitza ## [0.3.6] (2025-13-07) diff --git a/Cargo.toml b/Cargo.toml index 46931b159..50a9f4fc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libxml" -version = "0.3.6" +version = "0.3.7" edition = "2024" authors = ["Andreas Franzén ", "Deyan Ginev ","Jan Frederik Schaefer "] description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project"