Skip to content

Commit 4fead31

Browse files
committed
Increase patch release to 1.0.2
Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
1 parent efc7c84 commit 4fead31

35 files changed

Lines changed: 35 additions & 35 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ points for metrics.
3939
## CDEvents Specification
4040

4141
The latest release of the specification is
42-
[v0.1.1](https://github.com/cdevents/spec/tree/v0.1.1/spec.md), and you can
42+
[v0.1.2](https://github.com/cdevents/spec/tree/v0.1.2/spec.md), and you can
4343
continuously follow the latest updates of the specification on [the `main`
4444
branch](./spec.md).
4545

schemas/artifactpackaged.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/artifact-packaged-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/artifact-packaged-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/artifactpublished.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/artifact-published-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/artifact-published-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/branchcreated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/branch-created-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/branch-created-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/branchdeleted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/branch-deleted-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/branch-deleted-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/buildfinished.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/build-finished-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/build-finished-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/buildqueued.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/build-queued-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/build-queued-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/buildstarted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/build-started-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/build-started-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/changeabandoned.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/change-abandoned-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/change-abandoned-event",
44
"properties": {
55
"context": {
66
"properties": {

schemas/changecreated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://cdevents.dev/0.1.1/schema/change-created-event",
3+
"$id": "https://cdevents.dev/0.1.2/schema/change-created-event",
44
"properties": {
55
"context": {
66
"properties": {

0 commit comments

Comments
 (0)