Skip to content

Commit ff30052

Browse files
committed
chore: release 0.2.0
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent e753745 commit ff30052

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

wit/messaging.wit

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
// Message broker interface
2-
// This is a phase 1 interface, and is subject to change
3-
// This interface is used to send and receive messages from a message broker
4-
5-
// Note that in this phase 1 interface, subscriptions are defined out of band from this
6-
// component. Components themselves cannot establish or terminate subscriptions. This may
7-
// change for phase 2.
8-
package wasmcloud:messaging;
1+
package wasmcloud:messaging@0.2.0;
92

103
// Types common to message broker interactions
114
interface types {

0 commit comments

Comments
 (0)