Skip to content

Commit

Permalink
Releases v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Feb 22, 2023
1 parent ef78c8a commit 777f3fc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.2] - 2022-02-22

### Changed
- Sets officially the minimal supported Rust version to 1.58.
- Turtle and TriG: Fixes parsing of prefixes named like a keyword (`prefix`, `base`, `graph`, `true` and `false`).


## [0.8.1] - 2022-01-17

### 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.8.0"
version = "0.8.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.8.0"
version = "0.8.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.8.0"
version = "0.8.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.8.1"
version = "0.8.2"
authors = ["Tpt <[email protected]>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down

0 comments on commit 777f3fc

Please sign in to comment.