Releases: protocolbuffers/protobuf-ci
Releases · protocolbuffers/protobuf-ci
v1.0.3
Updates cross compilation to work with our release static binaries
v1.0.2
Allow specification of image for cross-compilation. Without this, bumping our base image version would be very difficult
v1.0.1
Improves upon the initial release by propagating the version ref down to nested action calls.
Previously, we would just call nested actions at @v1
. This would have made changes very difficult to qualify, and opened us up to possible version skew. As of this release, any action call will use the exact snapshot of this repo specified by the caller.
v1.0.0
Initial release, directly ported from protocolbuffers/protobuf.