@nenco/nendb
v0.2.1-beta
Published
High-performance graph database with static memory allocation and WASM support
Maintainers
Readme
Release checklist
- Verify tests pass locally:
- zig test tests/*.zig
- zig test src/*.zig
- Ensure build produces binaries:
- zig build -Drelease-safe
- Run smoke demo or Docker image
- Tag the release and push the tag:
- git tag -a v0.0.1 -m "v0.0.1"
- git push origin v0.0.1
- Ensure CI passes on main branch
- After GitHub Release artifacts appear, download and verify binaries
- Publish release notes, update website/docs
Artifacts produced by CI/release workflows will include:
- tar.gz of the built binary
- checksums (future improvement)
