Skip to content

Commit

Permalink
0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Jul 1, 2016
1 parent 8aa50fc commit 352867c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [0.0.5] 2016-07-01

Thanks to @grray for most of these improvements!

### Changed

* Switched to using the more permissive MIT license, consistent with libxml2 licensing
* Fixed segfault issues with xpath contexts

### Added

* Can now evaluate ```string(/foo//@bar)``` type XPath expressions, and use their result via ```.to_string()```

## [0.0.4] 2016-04-25

### Changed
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4"
version = "0.0.5"

authors = ["Jan Frederik Schaefer <[email protected]>", "Deyan Ginev <[email protected]>"]
description = "A Rust wrapper for libxml2"
Expand Down

0 comments on commit 352867c

Please sign in to comment.