From e65045125a447a85197e5395baccda5d4bcc0406 Mon Sep 17 00:00:00 2001 From: Jose Emilio Labra Gayo Date: Sat, 27 Jan 2024 16:22:14 +0100 Subject: [PATCH] Updated oxrdf version --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 377e592e..85a8a2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ # [0.0.10] - 2024-01-29 - [issue 32](https://github.com/weso/shapes-rs/issues/32) ShEx parser works as an iterator per statement allowing to show debug information by statement. Debug information can be controlled by the environment variablt RUST_LOG. A value of "debug" for that variable will print more information. +- Updated dependency versions + oxrdf = "0.2.0-alpha.2" + oxttl = "0.1.0-alpha.2" + oxrdfio = "0.1.0-alpha.2" + # [0.0.9] - 2024-01-19