From de3b47cda69a79f28ae97dea0d9835d39c43e825 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Mon, 13 Sep 2021 09:17:32 -0700 Subject: [PATCH 1/2] Release 0.6.0 --- version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.bzl b/version.bzl index 0051537ed..5b5124ad9 100644 --- a/version.bzl +++ b/version.bzl @@ -1,3 +1,3 @@ """A module represeting the version of rules_foreign_cc""" -VERSION = "0.5.1" +VERSION = "0.6.0" From 21fe23d4b4248004203fab2d1e13f29b1ad3d1db Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Mon, 13 Sep 2021 09:31:00 -0700 Subject: [PATCH 2/2] Release 0.6.0 docs --- .github/workflows/pages.yaml | 1 + docs/root/src/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index f7bec7f90..b99ed1a06 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -17,6 +17,7 @@ jobs: # Create a job for release include: - ref: main + - ref: "0.6.0" - ref: "0.5.1" - ref: "0.5.0" - ref: "0.4.0" diff --git a/docs/root/src/index.md b/docs/root/src/index.md index 46cbcfe9f..0034d6017 100644 --- a/docs/root/src/index.md +++ b/docs/root/src/index.md @@ -5,6 +5,7 @@ Rules for building C/C++ projects using foreign build systems (non Bazel) inside ## Versions - [main](main/index.md) +- [0.6.0](0.6.0/index.md) - [0.5.1](0.5.1/index.md) - [0.5.0](0.5.0/index.md) - [0.4.0](0.4.0/index.md)