Releases v0.2.2

pull/90/head v0.2.2
Tpt 4 years ago
parent e92c36f115
commit 914a651fb3
  1. 10
      CHANGELOG.md
  2. 2
      js/Cargo.toml
  3. 2
      lib/Cargo.toml
  4. 2
      python/Cargo.toml
  5. 2
      server/Cargo.toml
  6. 2
      testsuite/Cargo.toml
  7. 2
      wikibase/Cargo.toml

@ -1,3 +1,13 @@
## [0.2.2] - 2021-03-18
### Added
- Support of XML entities to the RDF/XML parser
### Changed
- Serve: Allows unsupported query parameters in HTTP SPARQL requests.
- Fixes WASM compilation bug and optimises WASM release packages.
- Fixes named graph creation inside of a SledStore transaction.
## [0.2.1] - 2021-01-16
### Changed

@ -1,6 +1,6 @@
[package]
name = "oxigraph_js"
version = "0.2.1"
version = "0.2.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "README.md"

@ -1,6 +1,6 @@
[package]
name = "oxigraph"
version = "0.2.1"
version = "0.2.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "README.md"

@ -1,6 +1,6 @@
[package]
name = "pyoxigraph"
version = "0.2.1"
version = "0.2.2"
authors = ["Tpt"]
license = "MIT OR Apache-2.0"
readme = "README.md"

@ -1,6 +1,6 @@
[package]
name = "oxigraph_server"
version = "0.2.1"
version = "0.2.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "README.md"

@ -1,6 +1,6 @@
[package]
name = "oxigraph_testsuite"
version = "0.2.1"
version = "0.2.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "../README.md"

@ -1,6 +1,6 @@
[package]
name = "oxigraph_wikibase"
version = "0.2.1"
version = "0.2.2"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "README.md"

Loading…
Cancel
Save