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.14.0 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

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

Changelog

Sourced from horned-owl's changelog.

Version 0.14.0

All commands have now been moved to their own crate. This will all library uses to have access to a slighly smaller binary with fewer dependencies.

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.

... (truncated)

Commits
  • 8848eaf chore: Release
  • 7397fee Update release docs
  • 8d0501d Add version dependency as well as path to horned-bin
  • 007ae5e Update pre-push tests
  • b8a6fc4 More error fixes
  • a996353 Fix errors associated with multi-crate move
  • 4d8fe87 Move files to multi-crate layout
  • e950318 Add github action
  • 5b51791 Prepare for next iteration
  • 8810fdc chore: Release horned-owl version 0.13.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 [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.14.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 31, 2023
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