From 4d93ead507cfd2dfcb1a5c567a2f74bf15dbc5bd Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Wed, 19 Sep 2018 22:30:35 -0400 Subject: [PATCH] minor version bump --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b77e186b..77c6d7ec34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Change Log +## [0.2.4] (in active development) -## [0.2.3] (in active development) +## [0.2.3] 2018-19-2018 +### Added + * `Node::findnodes` method for direct XPath search, without first explicitly instantiating a `Context`. Reusing a `Context` remains more efficient. ## [0.2.2] 2018-23-07 diff --git a/Cargo.toml b/Cargo.toml index 309a111258..66b30d2576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libxml" -version = "0.2.2" +version = "0.2.3" 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" repository = "https://github.com/KWARC/rust-libxml"