Skip to content

Commit

Permalink
release v0.2.13 with Schema functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Jan 16, 2020
1 parent ed8e355 commit c35c08b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libxml"
version = "0.2.12"
version = "0.2.13"
edition = "2018"
authors = ["Andreas Franzén <andreas@devil.se>", "Deyan Ginev <deyan.ginev@gmail.com>","Jan Frederik Schaefer <j.schaefer@jacobs-university.de>"]
description = "A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project"
Expand Down

0 comments on commit c35c08b

Please sign in to comment.