Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ Golang SDK to emit [CDEvents](https://cdevents.dev).

The SDK can be used to create CDEvents and send them as CloudEvents, as well as parse a received CloudEvent into a CDEvent.

## Disclaimer 🚧

This SDK is work in work in progress, it will be maintained in sync with the
specification and it now covers all events from the specification.
The [old SDK/CLI][old-sdk] is still available, with the caveat that it's
not aligned with the new version of the specification.

## Get started

Add the module as dependency using go mod:
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/artifactpackaged.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
ArtifactPackagedEventV1 CDEventType = CDEventType{
Subject: "artifact",
Predicate: "packaged",
Version: "0.1.0",
Version: "0.1.1",
}
)

Expand Down
Loading