Releases v0.2.3

pull/97/head v0.2.3
Tpt 3 years ago
parent 477d1cb930
commit a80612ccb9
  1. 8
      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,10 @@
## [0.2.3] - 2021-04-11
### Changed
- Server: Fixes HTTP content negotiation (charset constraints, failure to properly handle `*/*`...).
- Makes Clippy 1.51 happy.
## [0.2.2] - 2021-03-18
### Added
@ -8,6 +15,7 @@
- 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.2"
version = "0.2.3"
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.2"
version = "0.2.3"
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.2"
version = "0.2.3"
authors = ["Tpt"]
license = "MIT OR Apache-2.0"
readme = "README.md"

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

Loading…
Cancel
Save