From 172c67b602583d9ddb803e20316e951383fb3daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 6 Feb 2024 13:56:50 -0800 Subject: [PATCH] Release 2.0.0 draft 2 --- README.md | 2 +- SPEC.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53b669c..7ba002f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Language](SCHEMA-SPEC.md) loosely based on JSON Schema. The language is based on [SDLang](https://sdlang.org), with a number of modifications and clarifications on its syntax and behavior. -The current version of the KDL spec is `2.0.0-draft.1`. +The current version of the KDL spec is `2.0.0-draft.2`. [Play with it in your browser!](https://kdl-play.danini.dev/) diff --git a/SPEC.md b/SPEC.md index 21a5cab..dc1321c 100644 --- a/SPEC.md +++ b/SPEC.md @@ -3,8 +3,8 @@ This is the semi-formal specification for KDL, including the intended data model and the grammar. -This document describes KDL version `2.0.0-draft.1`. It was released on -2023-12-12. +This document describes KDL version `2.0.0-draft.2`. It was released on +2024-02-06. ## Introduction