v0.1.0
Vihren v0.1.0 is the initial public release.
This release focuses on:
- typed Temporal workflow and activity code generation with vihren-gen;
- runnable Go examples for generated and plain Temporal workflows;
- an embedded Temporal runtime for local demos and single-process development;
- a cleaned public release surface with CI covering generation, vet, and tests.
Install:
go get github.com/vihren-dev/vihren@v0.1.0
go install github.com/vihren-dev/vihren/cmd/vihren-gen@v0.1.0