Skip to content

Commit

Permalink
bump version to 0.3.0 to indicate some breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed May 27, 2021
1 parent d3c2a23 commit 918d24f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Change Log

## [0.2.18] (in development)
## [0.3.1] (in development)

* Change `Parser::parse_file/string_with_encoding` to `Parser::parse_file/string_with_options`. Introduce `ParserOptions` which encapsulates the forced encoding setting together with libxml2s HTML and XML parser options.
## [0.3.0] 2021-27-05

## [0.2.17] 2021-17-05
* Change `Parser::parse_file/string_with_encoding` to `Parser::parse_file/string_with_options`.

### Added
* Introduce `ParserOptions` which encapsulates the forced encoding setting together with libxml2s HTML and XML parser options.

* For systems without a pkg-config capability, we now use the `LIBXML2` environment variable to detect an installed libxml2 toolchain. (thanks @przygienda !)

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.17"
version = "0.3.0"
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 918d24f

Please sign in to comment.