From 7a0c00952e320a59b74c976988f28537f71afa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 18 Mar 2022 06:52:14 +0100 Subject: [PATCH] Update release notes for v0.5.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79bd110..1c8e011 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ from Bazel. Add this to your `WORKSPACE`: ``` -BAZEL_ZIG_CC_VERSION = "v0.4.5" +BAZEL_ZIG_CC_VERSION = "v0.5.0" http_archive( name = "bazel-zig-cc", - sha256 = "5888e46c3a6089d4a79b6a5cac8c397e3642ed732910cec8a1011986d68a112b", + sha256 = "7d7e2bcfe15fce3a6d46ab1ed6f06e36a4729ff5e75916023a09b425ef6f32dd", strip_prefix = "bazel-zig-cc-{}".format(BAZEL_ZIG_CC_VERSION), urls = ["https://git.sr.ht/~motiejus/bazel-zig-cc/archive/{}.tar.gz".format(BAZEL_ZIG_CC_VERSION)], )