From 8066dd676385defb51abceeb1fd07767016d1e68 Mon Sep 17 00:00:00 2001 From: David Linke Date: Mon, 30 Oct 2023 09:50:18 +0100 Subject: [PATCH] Update CHANGELOG for release 0.7.7 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806f53e..897043f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change log +## Release 0.7.7 (2023-10-30) + +Changes: + +- Upgrade curies package (to >= 0.6.6) and use new passthrough option. #173, #176 + +Bug fixes: + +- Consistent validation with pydantic and SHACL/vocpub (disallow None). #174, #175 + ## Release 0.7.5 / 0.7.6 (2023-09-03) In 0.7.6 we fixed the license specifier for Zenodo and the link to the changelog for PyPI.