Release 2.0.0 draft 2

This commit is contained in:
Kat Marchán 2024-02-06 13:56:50 -08:00
parent c15b5c2798
commit 172c67b602
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 3 additions and 3 deletions

View File

@ -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/)

View File

@ -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