Skip to content

Commit

Permalink
Added the ability to pipe in SHACL file or ONT file via stdin on Linu…
Browse files Browse the repository at this point in the history
…x or MacOS

Fixed an issue where the filetype detection routine in the RDF loader would fail to reset the file back to the start.
  • Loading branch information
ashleysommer committed Jan 25, 2022
1 parent 0e1f643 commit c6d1307
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 94 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@ and this project adheres to [Python PEP 440 Versioning](https://www.python.org/d

- Nothing yet

## [0.18.1] - 2022-01-22

### Added
- Added the ability to pipe in SHACL file or ONT file via stdin on Linux or MacOS

### Fixed
- Fixed an issue where the filetype detection routine in the RDF loader would fail to reset the file back to the start.

## [0.18.0] - 2022-01-13

## Added
### Added
- Added Python 3.10 support (when using RDFLib v6.1.1 or greater)
- Added more type hinting, to conform to the new type hinting added by RDFLib 6.1.1

## Changed
### Changed
- Subtle correction in the way `sh:prefixs` works with `sh:declare` on the given named ontology.
- Bumped some min versions of libraries, to gain compatibility with Python 3.10

## Fixed
### Fixed
- Fixed test for issue #76
- Fixed #76 again (after fixed test)

Expand Down Expand Up @@ -888,7 +896,8 @@ just leaves the files open. Now it is up to the command-line client to close the

- Initial version, limited functionality

[Unreleased]: https://github.com/RDFLib/pySHACL/compare/v0.18.0...HEAD
[Unreleased]: https://github.com/RDFLib/pySHACL/compare/v0.18.1...HEAD
[0.18.1]: https://github.com/RDFLib/pySHACL/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/RDFLib/pySHACL/compare/v0.17.3...v0.18.0
[0.17.3]: https://github.com/RDFLib/pySHACL/compare/v0.17.2...v0.17.3
[0.17.2]: https://github.com/RDFLib/pySHACL/compare/v0.17.1...v0.17.2
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: "Nicholas"
orcid: "http://orcid.org/0000-0002-8742-7730"
title: "pySHACL"
version: 0.18.0
version: 0.18.1
doi: 10.5281/zenodo.4750840
license: Apache-2.0
date-released: 2022-01-13
Expand Down
Loading

0 comments on commit c6d1307

Please sign in to comment.