Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Apr 8, 2024
1 parent e753745 commit ff30052
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions wit/messaging.wit
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
// Message broker interface
// This is a phase 1 interface, and is subject to change
// This interface is used to send and receive messages from a message broker

// Note that in this phase 1 interface, subscriptions are defined out of band from this
// component. Components themselves cannot establish or terminate subscriptions. This may
// change for phase 2.
package wasmcloud:messaging;
package wasmcloud:messaging@0.2.0;

// Types common to message broker interactions
interface types {
Expand Down

0 comments on commit ff30052

Please sign in to comment.