Skip to content

Commit

Permalink
Tiny doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer committed May 24, 2023
1 parent 668c5de commit d8d860a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Python PEP 440 Versioning](https://www.python.org/d

## [0.23.0] - 2023-05-23
### Added
- Added Python 3.11 support (use it, its faster!)
- Added Python 3.11 support (use it, internal benchmarking shows its 25-30% faster than Python 3.8)
- `sh:node` NodeConstraint now includes details of its child validation results, that were normally not included in the validation report.
- exposed via the `sh:detail` property on the NodeConstraint validation report

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ usage: pyshacl [-h] [-s [SHACL]] [-e [ONT]] [-i {none,rdfs,owlrl,both}] [-m]
[-ef {auto,turtle,xml,json-ld,nt,n3}] [-V] [-o [OUTPUT]]
DataGraph

PySHACL 0.22.0 command line tool.
PySHACL 0.23.0 command line tool.

positional arguments:
DataGraph The file containing the Target Data Graph.
Expand Down

0 comments on commit d8d860a

Please sign in to comment.