Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 5dd92cb

Browse files
authored
chore: Prepare 0.0.5 release (#46)
Signed-off-by: Lucas Fontes <[email protected]>
1 parent 4b3abaf commit 5dd92cb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Requires tinygo 0.33 or above.
1313
Import `go.wasmcloud.dev/component` in your Go module.
1414

1515
```bash
16-
go get go.wasmcloud.dev/[email protected].4
16+
go get go.wasmcloud.dev/[email protected].5
1717
```
1818

1919
Import the SDK WIT. In `wit/deps.toml`:
2020

2121
```toml
2222

23-
wasmcloud-component = "https://github.com/wasmCloud/component-sdk-go/archive/v0.0.4.tar.gz"
23+
wasmcloud-component = "https://github.com/wasmCloud/component-sdk-go/archive/v0.0.5.tar.gz"
2424

2525
```
2626

_examples/http-client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
go.bytecodealliance.org v0.4.0
7-
go.wasmcloud.dev/component v0.0.4
7+
go.wasmcloud.dev/component v0.0.5
88
)
99

1010
require (

_examples/http-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/stretchr/testify v1.9.0
77
go.bytecodealliance.org v0.4.0
8-
go.wasmcloud.dev/component v0.0.4
8+
go.wasmcloud.dev/component v0.0.5
99
go.wasmcloud.dev/wadge v0.7.0
1010
)
1111

_examples/invoke/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/stretchr/testify v1.9.0
77
go.bytecodealliance.org v0.4.0
8-
go.wasmcloud.dev/component v0.0.4
8+
go.wasmcloud.dev/component v0.0.5
99
go.wasmcloud.dev/wadge v0.7.0
1010
)
1111

0 commit comments

Comments
 (0)