From c35c08bcd5d409a8255b3835a9c79203a69179fb Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Thu, 16 Jan 2020 10:14:26 -0500 Subject: [PATCH] release v0.2.13 with Schema functionality --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de75309aa4..4b8a95393c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Change Log -## [0.2.13] (in active development) +## [0.2.14] (in active development) -Thanks to @jangernert for the upgrades to `Document` serialization! +## [0.2.13] 2020-16-01 + +Thanks to @jangernert for the upgrades to `Document` serialization. +Thanks to @lweberk for contributing the `Schema` featureset and to @cbarber for refining the FFI interop. ### Added * `Document::to_string_with_options` allowing to customize document serialization diff --git a/Cargo.toml b/Cargo.toml index 33dd7dd24a..cd48cd4ee3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libxml" -version = "0.2.12" +version = "0.2.13" edition = "2018" 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"