From f68137f5267284c4642787315c8d7aa6c179d495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 11 Sep 2021 21:06:48 -0700 Subject: [PATCH] slap a date on it --- QUERY-SPEC.md | 2 ++ SCHEMA-SPEC.md | 4 +++- SPEC.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/QUERY-SPEC.md b/QUERY-SPEC.md index e51b6b9..b89afac 100644 --- a/QUERY-SPEC.md +++ b/QUERY-SPEC.md @@ -5,6 +5,8 @@ documents to extract nodes and even specific data. It is loosely based on CSS selectors for familiarity and ease of use. Think of it as CSS Selectors or XPath, but for KDL! +This document describes KQL `1.0.0`. It was released on September 11, 2021. + ## Selectors Selectors use selection operators to filter nodes that will be returned by an diff --git a/SCHEMA-SPEC.md b/SCHEMA-SPEC.md index 1b77d43..084f002 100644 --- a/SCHEMA-SPEC.md +++ b/SCHEMA-SPEC.md @@ -6,6 +6,8 @@ constrain the allowed semantics of a KDL document. This can be used for many purposes: documentation for users, automated verification, or even automated generation of bindings! +This document describes KDL Schema version `1.0.0`. It was released on September 11, 2021. + ## The Formal Schema For the full KDL Schema schema itself, see @@ -277,7 +279,7 @@ and property names when the `node-names` or `prop-names` options are activated. * `date-time`: ISO8601 date/time format. * `time`: "Time" section of ISO8601. * `date`: "Date" section of ISO8601. - * `duration`: ISO8601 duration format. + * `duration`: ISO8601 duration format. * `decimal`: IEEE 754-2008 decimal string format. * `currency`: ISO 4217 currency code. * `country-2`: ISO 3166-1 alpha-2 country code. diff --git a/SPEC.md b/SPEC.md index acea2c1..0ecac35 100644 --- a/SPEC.md +++ b/SPEC.md @@ -3,7 +3,7 @@ This is the semi-formal specification for KDL, including the intended data model and the grammar. -This document describes KDL version `1.0.0`. +This document describes KDL version `1.0.0`. It was released on September 11, 2021. ## Introduction