Skip to content

Commit

Permalink
Releases v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Jan 11, 2022
1 parent 566e974 commit d6dbf20
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog


## [0.6.2] - 2022-01-11

## Added
- Support of [oxiri](https://github.com/oxigraph/oxiri) 0.2.

## Changed
- The parsers now crashes before a possible stack overflow error when ready too many nested anonymous blank nodes, collections or RDF-star nested triples.


## [0.6.1] - 2021-07-28

## Added
Expand All @@ -8,6 +18,7 @@
## Changed
- The Turtle/TriG parsers now enforce that named blank node identifiers do not collide with the identifiers auto generated by Rio.


## [0.6.0] - 2021-07-01

## Added
Expand All @@ -21,6 +32,7 @@
- `Triple` and `Quad` formatting do not output training dot.
- RDF/XML parser keeps spaces at the beginning and the end of parsed values (literals...).


## [0.5.3] - 2021-03-10

### Changed
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.6.1"
version = "0.6.2"
authors = ["Tpt <[email protected]>", "Pierre-Antoine Champin <[email protected]>"]
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.6.1"
version = "0.6.2"
authors = ["Tpt <[email protected]>"]
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.6.1"
version = "0.6.2"
authors = ["Tpt <[email protected]>", "Pierre-Antoine Champin <[email protected]>"]
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.6.1"
version = "0.6.2"
authors = ["Tpt <[email protected]>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down

0 comments on commit d6dbf20

Please sign in to comment.