Skip to content

Commit

Permalink
Releases v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Apr 4, 2020
1 parent 3c445e0 commit 0d244e1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.2] - 2020-04-04
- Normalizes all language tags to lowercase in the `rio_turtle` and `rio_xml` crates.
- Introduces the `LanguageTag` struct to parse and normalize case of language tags.
- Fixes Turtle parsing when the parser look ahead needs to span multiple lines.
- Makes `Iri` implement `AsRef<str>` and `FromStr`.

## [0.4.1] - 2020-03-19
- Makes `Iri` allow resolving against base IRIs with not hierarchical path (like `file:foo`).
- Upgrades `quick-xml` dependency to 0.18.
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rio_api"
version = "0.4.1"
version = "0.4.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion testsuite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rio_testsuite"
version = "0.3.0"
version = "0.4.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion turtle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rio_turtle"
version = "0.4.0"
version = "0.4.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion xml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rio_xml"
version = "0.4.1"
version = "0.4.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down

0 comments on commit 0d244e1

Please sign in to comment.