Skip to content

Commit

Permalink
clean up change log
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBruskiewich committed Apr 26, 2024
1 parent c6c7f46 commit d0c9fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## 0.0.9

- constrain Python to ">=3.10,<3.12" (discovered problem with 3.12 for some code runtime situations)
- update to reasoner-validator 4.0.2 (which updates BMT to 1.4.2 and adds Bioregistry 0.11.0)
- pulling in update to TranslatorTestingModel
- formatted test status messages converted from 2-tuple to a dictionary with "status" and "messages"
- component and environment parameters generally changed to simple strings (not testing model enums)
- constrain Python to ">=3.10,<3.12" (discovered problem with 3.12 for some code runtime situations)
- Update to 0.3.1 release of TranslatorTestingModel
- update to 4.0.2 release of reasoner-validator (which updates BMT to 1.4.2 and adds Bioregistry 0.11.0)

## 0.0.8

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@ log_file = "pytest.log"
log_file_level = "INFO"
log_file_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_file_date_format = "%Y-%m-%d %H:%M:%S"

0 comments on commit d0c9fd4

Please sign in to comment.