From 8f540888b2ca4ac19ae6c6a7a1d7d17633952333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 8 Nov 2024 15:58:05 +0100 Subject: [PATCH] 0.18.0 release notes (#238) --- HISTORY.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 41c94b28..e1dc17f1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +v0.18.0 (2024-11-08) +-------------------- + +* Addded support for the ``valueRequired`` and ``valueName`` fields of `action + I/O `_ to the microdata parser. + v0.17.0 (2024-05-29) --------------------