Skip to content

Commit ca8639a

Browse files
authored
Merge pull request #1300 from duglin/fixname
fixup some cesql names
2 parents 82c16f6 + b20cf0a commit ca8639a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ and a graduated project on [Jan 25, 2024](https://github.com/cncf/toc/pull/996)
5959
## Other Specifications
6060
| | Latest Release | Working Draft |
6161
| :-------------- | :-------------------------------------------------------------: | :---------------------------: |
62-
| CE SQL | [v1.0.0](https://github.com/cloudevents/spec/tree/cesql/v1.0.0) | [WIP](cesql/spec.md) |
62+
| CE SQL | [v1.0.0](https://github.com/cloudevents/spec/tree/cesql/v1.0.0/cesql) | [WIP](cesql/spec.md) |
6363
| Subscriptions | - | [WIP](subscriptions/spec.md) |
6464

6565
The Registry and Pagination specifications can now be found in the

cesql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CloudEvents SQL Expression Language - Version 1.0
1+
# CloudEvents SQL Expression Language - Version 1.0.0
22

33
CloudEvents SQL expressions (also known as CESQL) allow computing values and
44
matching of CloudEvent attributes against complex expressions that lean on the

cesql/languages/zh-CN/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CloudEvents SQL Expression Language - Version 1.0
1+
# CloudEvents SQL Expression Language - Version 1.0.0
22

33
本文档尚未被翻译,请先阅读英文[原版文档](../../spec.md)
44

cesql/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CloudEvents SQL Expression Language - Version 1.0
1+
# CloudEvents SQL Expression Language - Version 1.0.0
22

33
## Abstract
44

docs/RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Specification Group | Version | Release Date | Release Notes |
44
| :------------------ | :------------------------------------------------------------------: | :----------- | :------------------------------------------------------: |
5-
| CESQL | [1.0](https://github.com/cloudevents/spec/tree/cesql/v1.0.0) | 2024/06/13 | [Notes](../cesql/RELEASE_NOTES.md#v100---20240613) |
5+
| CESQL | [1.0.0](https://github.com/cloudevents/spec/tree/cesql/v1.0.0) | 2024/06/13 | [Notes](../cesql/RELEASE_NOTES.md#v100---20240613) |
66
| CloudEvents | [1.0.2](https://github.com/cloudevents/spec/tree/v1.0.2/cloudevents) | 2022/02/05 | [Notes](../cloudevents/RELEASE_NOTES.md#v102---20220205) |
77
| CloudEvents | [1.0.1](https://github.com/cloudevents/spec/tree/v1.0.1) | 2020/12/12 | [Notes](../cloudevents/RELEASE_NOTES.md#v101---20201212) |
88
| CloudEvents | [1.0](https://github.com/cloudevents/spec/tree/v1.0) | 2019/10/24 | [Notes](../cloudevents/RELEASE_NOTES.md#v100---20191024) |

0 commit comments

Comments
 (0)