Skip to content

Commit

Permalink
Preparing for patch release v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBruskiewich committed Jun 23, 2023
1 parent 6bb3ab8 commit 8af02d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The Reasoner Validator package is evolving along with progress in TRAPI and Biolink Model standards within the NCATS Biomedical Knowledge Translator.

## v3.6.2
- Various tweaks to the case 'test edge' validation code, to meet SRI Testing needs
- Split BiolinkValidator class into two parent parts, for ease of lightweight BMT wrapping reuse; for case edge validation, also look at predicate children (bullet proof validation against None BMT handle?)
- Add trapi error code for missing knowledge graph; tweak Response validation codes and docs
- Guarantee return of the original seed identifier when getting the list of aliases from Node Normalizer

## v3.6.1
- Reversed order of codes in codes.yaml resulting in new documentation order: Critical at top, Information at the bottom
- Fixed bug with SemVer capture of local schema files: assume SemVer versioning is embedded in root file name
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reasoner-validator"
version = "3.6.1"
version = "3.6.2"
description = "Validation tools for Reasoner API"
authors = [
"Richard Bruskiewich <[email protected]>",
Expand Down

0 comments on commit 8af02d2

Please sign in to comment.