From f92ef2d8d4637ce5899e928865131a64ff2effc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 24 Jan 2023 10:58:51 +0200 Subject: [PATCH] Update release notes for v1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3931247..ad33cde 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ scratching, I promise. Add this to your `WORKSPACE`: ``` -BAZEL_ZIG_CC_VERSION = "v1.0.0-rc4" +BAZEL_ZIG_CC_VERSION = "v1.0.0" http_archive( name = "bazel-zig-cc", - sha256 = "af784b604c08f385358113dc41e22736369a8ad09951fecf31dd13c35f4aaa62", + sha256 = "1f4a1d1e0f6b3e5aa6e1c225fcb23c032f8849441de97b9a38d6ea37362d28e2", 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)], )