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.14.0 to 1.0.0 #24

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 31, 2024

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

Changelog

Sourced from horned-owl's changelog.

Version 1.0.0

This release brings Horned-OWL to a first stable release.

Notable additions include:

  • Support for SWRL rules
  • Addition of Functional Syntax parser/renderer

There is now documentation for all modules. Code has been regularized.

Version 0.15.0

This release adds nothing but breaks all the interfaces!

Ontologies are not an iterator of Components, rather than axioms. This regularizes the way that OntologyID and DocIRIs are treated -- this has the subsidary advantage that DocIRIs should work better now. The main purpose, though, it to pave the way for support of SWRL rules.

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.

... (truncated)

Commits
  • 2a9da0a chore: Release
  • 93a4ac4 Enable remote feature by default
  • b159f52 Documentation updates
  • 19d3683 Documentation updates
  • 2c9f04d Documentation and small rename
  • 7e3d858 Add preliminary contribution guide
  • 7c5179a Merge remote-tracking branch 'origin/devel' into feature/explicit-precommit
  • 9af1929 Changing blah to base_dir.
  • 53538db Deprecates resolve::file_iri_to_pathbuf.
  • 1f56660 Adds preliminary error handling to resolve.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.
- [Changelog](https://github.com/phillord/horned-owl/blob/devel/releases.md)
- [Commits](phillord/horned-owl@v0.14.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2024
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.

0 participants