Release Notes: v0.5.0¶
Release Date: 2026-02-28
Highlights¶
- Organization Rename: GitHub organization renamed from
agentplexustoplexusone
Breaking Changes¶
| Component | Before | After |
|---|---|---|
| Go module | github.com/agentplexus/omnivoice |
github.com/plexusone/omnivoice-core |
Migration Guide¶
Update your import paths:
// Before
import "github.com/agentplexus/omnivoice/tts"
// After
import "github.com/plexusone/omnivoice-core/tts"
Update your go.mod:
go mod edit -droprequire github.com/agentplexus/omnivoice
go get github.com/plexusone/omnivoice-core@v0.5.0
go mod tidy