ZK-Kit is a set of libraries (algorithms or utility functions) that can be reused in different projects and zero-knowledge protocols, making it easier for developers to access user-friendly, tested, and documented code for common tasks. ZK-Kit provides different repositories for each language - this one contains Noir circuits only.
Update the package README install version and create a new git tag:
bun version:tag <package-name> <version># e.g. bun version:tag merkle-trees 0.0.1
This bumps the tag = "<package-name>-v<version>" line in packages/<package-name>/README.md, commits that change, and tags the commit. The tagged commit therefore always documents the version being released.