From 92084a60b258091664a445ec88265715b91ea84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 8 Jun 2022 23:00:07 +0300 Subject: [PATCH] Update release notes for v0.8.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a709204..87950ce 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ scratching, I promise. Add this to your `WORKSPACE`: ``` -BAZEL_ZIG_CC_VERSION = "v0.7.3" +BAZEL_ZIG_CC_VERSION = "v0.8.0" http_archive( name = "bazel-zig-cc", - sha256 = "cd2629843fe4ba20cf29e1d73cc02559afba640f884e519b6a194a35627cbbf3", + sha256 = "defdb86f90dbaa1101b3b6cd74ed9a1e38353db4d33560878f3307c1f32838d8", strip_prefix = "bazel-zig-cc-{}".format(BAZEL_ZIG_CC_VERSION), urls = ["https://git.sr.ht/~motiejus/bazel-zig-cc/archive/{}.{_ext}".format(BAZEL_ZIG_CC_VERSION)], )