Skip to content

Commit

Permalink
preparing a 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Nov 9, 2017
1 parent d13bd07 commit 6b7ca79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.751"
version = "0.1.0"
authors = ["Jan Frederik Schaefer <[email protected]>", "Deyan Ginev <[email protected]>"]
description = "A Rust wrapper for libxml2"
repository = "https://github.com/KWARC/rust-libxml"
Expand Down

0 comments on commit 6b7ca79

Please sign in to comment.