Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Update sophia_api requirement from 0.6 to 0.7#49

Merged
Tpt merged 2 commits into
masterfrom
dependabot/cargo/sophia_api-0.7
Jul 28, 2021
Merged

Update sophia_api requirement from 0.6 to 0.7#49
Tpt merged 2 commits into
masterfrom
dependabot/cargo/sophia_api-0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2021

Copy link
Copy Markdown
Contributor

Updates the requirements on sophia_api to permit the latest version.

Changelog

Sourced from sophia_api's changelog.

0.7.0 New features - new API for SPARQL - new API for prefix map - new IRI wrappers and traits in sophia_iri - Serializers for Turtle and TriG (with 2 modes: fast and pretty) Oher major changes - Now entirely modular: sophia is essentially only a compilation of smaller crates Documentation - Preliminary MDbook created by @​huhn511

0.6.2 License change - all crates are now under CeCILL-B (compatible with BSD) Minor fixes - improves documentation - improved test macros for Graph and Dataset - removed useless trait bounds in Graph and Dataset API, making them easier to implement

0.6.1 Minor fixes - updated doc.rs configuration to include all features - updated README

0.6.0 New features - all core traits and types are now in a separate crate sophia_api - new trait TTerm, making the whole API more generic - functions for checking graph and dataset isomorphism - IRI management no has its own crate sophia_iri Other major changes - changed method names for getting datasets from a graph Improvements - traits CollectibleGraph and CollectibleDataset are more general - RDF/XML parser is now faster and less buggy Dev - some secondary tests are now hidden behind the all_tests feature, making "everyday testing" faster

0.5.3 Fixes - regression of test_macros

0.5.2 Fixes - fix semantic mismatch in test_dataset_impl macro - sophia_jsonld now depends on the correct version of sophia

... (truncated)

Commits
  • 574d0fa ready to release
  • a3e7cee improve book example
  • abb134f update README and git submodules
  • 779309e clean up documentation
  • cf802b7 sophia_jsonld no longer depends on sophia
  • 69193b8 factor out Turtle-familty parsers and serializers to sophia_turtle
  • f913d88 factor out graph/dataset implementations to two new crates
  • 669566b factor out RDF/XML parser and serializer as sophia_xml
  • 8017728 factor out sophia_rio as its own crate
  • 172819c bump rio to 0.6.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [sophia_api](https://github.com/pchampin/sophia_rs) to permit the latest version.
- [Release notes](https://github.com/pchampin/sophia_rs/releases)
- [Changelog](https://github.com/pchampin/sophia_rs/blob/main/CHANGELOG.txt)
- [Commits](pchampin/sophia_rs@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: sophia_api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 23, 2021
@Tpt Tpt merged commit e7b7e51 into master Jul 28, 2021
@Tpt Tpt deleted the dependabot/cargo/sophia_api-0.7 branch July 28, 2021 17:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant