wasmcloud-component-adapters 0.5.0

wasmCloud component adapters
Documentation
1
2
3
4
5
6
7
8
9
10
11
# How to update

1. Update adapter URL and flake

   1. Update adapter URL
   1. Update flake: `nix flake update`
   1. Commit: `build(nix): update adapter to X.Y.Z`

2. (If releasing)
   1. bump the Cargo.toml and Cargo.lock: `cargo build`
   1. Commit: build: vX.Y.Z