@ -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
@ -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"
name = "oxigraph"
name = "pyoxigraph"
authors = ["Tpt"]
name = "oxigraph_server"
name = "oxigraph_testsuite"
readme = "../README.md"
name = "oxigraph_wikibase"