Skip to content

Commit c35c08b

Browse files
committed
release v0.2.13 with Schema functionality
1 parent ed8e355 commit c35c08b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Change Log
22

3-
## [0.2.13] (in active development)
3+
## [0.2.14] (in active development)
44

5-
Thanks to @jangernert for the upgrades to `Document` serialization!
5+
## [0.2.13] 2020-16-01
6+
7+
Thanks to @jangernert for the upgrades to `Document` serialization.
8+
Thanks to @lweberk for contributing the `Schema` featureset and to @cbarber for refining the FFI interop.
69

710
### Added
811
* `Document::to_string_with_options` allowing to customize document serialization

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.2.12"
3+
version = "0.2.13"
44
edition = "2018"
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)