From fc1627ed5306466280fcb2d8e1a954657181173a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 20 Oct 2021 08:13:39 +0300 Subject: [PATCH] Update release notes for v0.3.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4ae6b2..ec2d6c7 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ from Bazel. Add this to your `WORKSPACE`: ``` -BAZEL_ZIG_CC_VERSION = "0.3.1" +BAZEL_ZIG_CC_VERSION = "v0.3.2" http_archive( name = "bazel-zig-cc", - sha256 = "d1fad7b044b0a70c584ada97010cb9d350a596a1df26ca04cb4846e83ed2482f", + sha256 = "f28327aaf5d66cb7ca42977af6284faf9b8306df8e152fcfc82ae33ad92c443b", 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)], )