Releases v0.2.1

pull/76/head v0.2.1
Tpt 4 years ago
parent 250505909f
commit 019aa9bb5d
  1. 2
      .github/workflows/release.yml
  2. 8
      CHANGELOG.md
  3. 2
      js/Cargo.toml
  4. 2
      lib/Cargo.toml
  5. 2
      python/Cargo.toml
  6. 2
      server/Cargo.toml
  7. 2
      testsuite/Cargo.toml
  8. 2
      wikibase/Cargo.toml

@ -78,7 +78,7 @@ jobs:
packages_dir: ./python/target/wheels
publish_pypi_mac_windows:
runs-on: ${{ matrix.os }}
needs: python
needs: publish_lib_crate
strategy:
matrix:
os: [ macos-latest, windows-latest ]

@ -1,3 +1,10 @@
## [0.2.1] - 2021-01-16
### Changed
- Fixes `pyoxigraph` build by enforcing a given `maturin` version.
- Adds code to build Python wheels for MacOS and Windows.
## [0.2.0] - 2021-01-07
### Added
@ -28,6 +35,7 @@
The disk data format has been changed between Oxigraph 0.1 (version 0) and Oxigraph 0.2 (version 1). Data is automatically migrated from the version 0 format to the version 1 format when opened with Oxigraph 0.2.
## [0.1.1] - 2020-08-14
### Added

@ -1,6 +1,6 @@
[package]
name = "oxigraph_js"
version = "0.2.0"
version = "0.2.1"
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.0"
version = "0.2.1"
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.0"
version = "0.2.1"
authors = ["Tpt"]
license = "MIT OR Apache-2.0"
readme = "README.md"

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

Loading…
Cancel
Save