This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
v1.1.1
This patch release migrates the project's continuous integration pipeline from arc to bazel and
kokoro.
New features
Continuous integration can now be run locally by executing ./.kokoro
from the root of the git
repo. Requires bazel.
Source changes
- Replace arc with bazel and Kokoro continuous integration. (#9) (featherless)
- Fix warning in unit tests. (#8) (featherless)
- Add missing import. (Jeff Verkoeyen)