From c4f239111d1eec4d2b4e4a74e4e53f2fdd975524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 17 Jan 2022 16:29:08 +0200 Subject: [PATCH] Update release notes for v0.4.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6cdcb9..6752080 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ from Bazel. Add this to your `WORKSPACE`: ``` -BAZEL_ZIG_CC_VERSION = "v0.4.0-rc2" +BAZEL_ZIG_CC_VERSION = "v0.4.0" http_archive( name = "bazel-zig-cc", - sha256 = "3fd0a8ed10adaa49cdb709a9ecb05990c9762849f6098412e205e3a2260fecc4", + sha256 = "60f489393e11d6d71d44cdf5b961a941925536ec3735138555a57a8c348b5a17", 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)], )