From 90fddbcf464b9a54c6a2d0352ada3e3414f7c4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 6 Dec 2021 08:20:01 +0200 Subject: [PATCH] Update release notes for v0.3.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5e3ab4..78f4a73 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ from Bazel. Add this to your `WORKSPACE`: ``` -BAZEL_ZIG_CC_VERSION = "v0.3.2" +BAZEL_ZIG_CC_VERSION = "v0.3.3" http_archive( name = "bazel-zig-cc", - sha256 = "f28327aaf5d66cb7ca42977af6284faf9b8306df8e152fcfc82ae33ad92c443b", + sha256 = "0bf4ea0ceaa3a2e3be6e891e6c0035d4c86e4cc69ccc1d7ddf701d4c1e4c45a3", 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)], )