From 3f8244ac0cac3562af965284fd4f4e5394f7b3f1 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Mon, 17 Jun 2024 18:04:40 +0000 Subject: [PATCH] fixup some cersql names Signed-off-by: Doug Davis --- README.md | 2 +- cesql/README.md | 2 +- cesql/spec.md | 2 +- docs/RELEASES.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a770224..02f34304 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ and a graduated project on [Jan 25, 2024](https://github.com/cncf/toc/pull/996) ## Other Specifications | | Latest Release | Working Draft | | :-------------- | :-------------------------------------------------------------: | :---------------------------: | -| CE SQL | [v1.0.0](https://github.com/cloudevents/spec/tree/cesql/v1.0.0) | [WIP](cesql/spec.md) | +| CE SQL | [v1.0.0](https://github.com/cloudevents/spec/tree/cesql/v1.0.0/cesql) | [WIP](cesql/spec.md) | | Subscriptions | - | [WIP](subscriptions/spec.md) | The Registry and Pagination specifications can now be found in the diff --git a/cesql/README.md b/cesql/README.md index a6c1be83..63764d32 100644 --- a/cesql/README.md +++ b/cesql/README.md @@ -1,4 +1,4 @@ -# CloudEvents SQL Expression Language - Version 1.0 +# CloudEvents SQL Expression Language - Version 1.0.0 CloudEvents SQL expressions (also known as CESQL) allow computing values and matching of CloudEvent attributes against complex expressions that lean on the diff --git a/cesql/spec.md b/cesql/spec.md index b28b1fab..dfe7d91a 100644 --- a/cesql/spec.md +++ b/cesql/spec.md @@ -1,4 +1,4 @@ -# CloudEvents SQL Expression Language - Version 1.0 +# CloudEvents SQL Expression Language - Version 1.0.0 ## Abstract diff --git a/docs/RELEASES.md b/docs/RELEASES.md index e36b4a2c..790dd02a 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -2,7 +2,7 @@ | Specification Group | Version | Release Date | Release Notes | | :------------------ | :------------------------------------------------------------------: | :----------- | :------------------------------------------------------: | -| CESQL | [1.0](https://github.com/cloudevents/spec/tree/cesql/v1.0.0) | 2024/06/13 | [Notes](../cesql/RELEASE_NOTES.md#v100---20240613) | +| CESQL | [1.0.0](https://github.com/cloudevents/spec/tree/cesql/v1.0.0) | 2024/06/13 | [Notes](../cesql/RELEASE_NOTES.md#v100---20240613) | | CloudEvents | [1.0.2](https://github.com/cloudevents/spec/tree/v1.0.2/cloudevents) | 2022/02/05 | [Notes](../cloudevents/RELEASE_NOTES.md#v102---20220205) | | CloudEvents | [1.0.1](https://github.com/cloudevents/spec/tree/v1.0.1) | 2020/12/12 | [Notes](../cloudevents/RELEASE_NOTES.md#v101---20201212) | | CloudEvents | [1.0](https://github.com/cloudevents/spec/tree/v1.0) | 2019/10/24 | [Notes](../cloudevents/RELEASE_NOTES.md#v100---20191024) |