From 6b7ca79ac5b8b24def6c0c145b7f43016b992441 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Thu, 9 Nov 2017 18:45:59 -0500 Subject: [PATCH] preparing a 0.1.0 release --- CHANGELOG.md | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6b141c3c..37644d0973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ # Change Log -## [0.0.76 (in active dev)] +## [0.1.1 (in active dev)] + +## [0.1.0] 2017-09-11 + +Pushing up release to a 0.1, as contributor interest is starting to pick up, and the 0. version were getting a bit silly/wrong. ### Added -* Node methods: Ability to unbind nodes via `unbind_node` -* +* Node methods: `unbind_node`, `recursively_remove_namespaces`, `set_name`, +* Document methods: `import_node` ### Changed +* Updated gcc build to newer incantation, upped dependency version. + ## [0.0.75] 2017-04-06 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8489fa386c..8f5db1ec2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libxml" -version = "0.0.751" +version = "0.1.0" authors = ["Jan Frederik Schaefer ", "Deyan Ginev "] description = "A Rust wrapper for libxml2" repository = "https://github.com/KWARC/rust-libxml"