diff --git a/CHANGELOG.md b/CHANGELOG.md index f63952d..6b77cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.3] - 2022-03-10 + +### Changed +- RDF/XML parser now resolves custom XML entities +- Upgrades `quick_xml` dependency to 0.22. This release fixes wasm compilation problems + + ## [0.5.2] - 2022-02-19 ### Added diff --git a/api/Cargo.toml b/api/Cargo.toml index 3efec7c..20a48ee 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rio_api" -version = "0.5.2" +version = "0.5.3" authors = ["Tpt "] license = "Apache-2.0" readme = "../README.md" diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index a0b26e8..545d175 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rio_testsuite" -version = "0.5.2" +version = "0.5.3" authors = ["Tpt "] license = "Apache-2.0" readme = "../README.md" diff --git a/turtle/Cargo.toml b/turtle/Cargo.toml index 5b95003..e51b0e7 100644 --- a/turtle/Cargo.toml +++ b/turtle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rio_turtle" -version = "0.5.2" +version = "0.5.3" authors = ["Tpt "] license = "Apache-2.0" readme = "../README.md" diff --git a/xml/Cargo.toml b/xml/Cargo.toml index 33fe233..3fe1543 100644 --- a/xml/Cargo.toml +++ b/xml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rio_xml" -version = "0.5.2" +version = "0.5.3" authors = ["Tpt "] license = "Apache-2.0" readme = "../README.md"