Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update horned-owl requirement from 0.11.0 to 0.13.0 #2

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Updates the requirements on horned-owl to permit the latest version.

Changelog

Sourced from horned-owl's changelog.

Version 0.13.0

This release includes a lot of clean ups, including many version bumps.

RDF parsing now has better location reporting for errors.

Version 0.12.0

The core data model has been updated to make IRI generic. This resolves a long standing problem that Horned-OWL was a single threaded library. This has also meant that SetOntology has now been rewritten to use SetIndex.

A general purpose visitor library has been added. At some point, we should use them for rendering, but for now, an IRIMappedIndex has been written.

A closure parser has been added for RDF, as it is often necessary to parse the whole import closure to make a complete RDF parse.

Updated error handling to use a single unified hierarchy.

Many type aliases are now new types meaning that defaults work better.

Parsing of GCIs has now been fixed for RDF/XML.

The methods for retrieving axioms for axiom kinds and for IRIs in the AxiomMappedIndex and the IRIMappedIndex have been renamed to disambiguate them - as axiom_for_kind and axiom_for_iri respectively.

Version 0.11.0

This release includes a new command horned which multiplexes all the other commands. Thanks for Filippo De Bortoli for this addition.

There has been one model change with the introduction of AnnotationSubject.

There has been a significant refactoring and updating of dependencies, particularly the removal of the failure crate dependency.

There have been a number of performance updates thanks to Martin Larralde.

Version 0.10.0

... (truncated)

Commits
  • 8810fdc chore: Release horned-owl version 0.13.0
  • 797add0 Update Version for release
  • cf169f1 Merge branch 'Eugenio2192-fix/owx-xml-namcespaces' into devel
  • 0144dcb Add test for namespace in XML parser
  • d02a414 Adds notes for building command line tools and adding dependency to project.
  • 9386770 Includes horned-compare in main horned binary.
  • 4b30d70 Update benches for newer API
  • 04bf42b Bumps quick-xml to version 0.26.0.
  • 75c8c8a Made all buffer Vec's local. Ready to try version bump for quick-xml.
  • 4d2b484 Refactors functions related to attribute value retrieval.
  • 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 [horned-owl](https://github.com/phillord/horned-owl) to permit the latest version.
- [Release notes](https://github.com/phillord/horned-owl/releases)
- [Changelog](https://github.com/phillord/horned-owl/blob/devel/releases.md)
- [Commits](phillord/horned-owl@0.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: horned-owl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 31, 2023

Superseded by #3.

@dependabot dependabot bot closed this Jan 31, 2023
@dependabot dependabot bot deleted the dependabot/cargo/horned-owl-0.13.0 branch January 31, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants