Skip to content

v0.1.5

Latest

Choose a tag to compare

@make1986 make1986 released this 01 Jul 11:25

Python wheel fix + Go module tag fix.

  • Fixed: PyPI wheel now correctly exports the PyInit_voxrt_wake_word symbol — import voxrt_wake_word works again. v0.1.4 wheels were built with a stale pyo3 macro-expansion cache and shipped without the module init, so pip install voxrt-wake-word==0.1.4 on any Python raised ImportError.
  • Fixed: go get github.com/VoxRT/voxrt-wake-word-linux/go@v0.1.5 now resolves. Go's monorepo-submodule convention wants a matching go/vX.Y.Z tag alongside the bare vX.Y.Z; the release orchestrator now creates and pushes both. Retroactive go/v0.1.2 .. go/v0.1.4 tags are also live so those older releases work for Go consumers.
  • Unchanged: C tarball + npm package — same runtime, same C ABI, ABI-neutral rebuild.

Install:

python3 -m pip install voxrt-wake-word==0.1.5
npm install @voxrt/wake-word@0.1.5
go get github.com/VoxRT/voxrt-wake-word-linux/go@v0.1.5

For pinning the C tarball to this release:

curl -LO https://github.com/VoxRT/voxrt-wake-word-linux/releases/download/v0.1.5/voxrt-wake-word-0.1.5-aarch64-linux-gnu.tar.gz