diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index bc111430..3fc12b1e 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.7.1" - ref: "0.7.0" - ref: "0.6.0" - ref: "0.5.1" diff --git a/docs/root/src/index.md b/docs/root/src/index.md index da4a7b82..448fff51 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.7.1](0.7.1/index.md) - [0.7.0](0.7.0/index.md) - [0.6.0](0.6.0/index.md) - [0.5.1](0.5.1/index.md) diff --git a/version.bzl b/version.bzl index 71199d45..1d0ebb01 100644 --- a/version.bzl +++ b/version.bzl @@ -1,3 +1,3 @@ """A module represeting the version of rules_foreign_cc""" -VERSION = "0.7.0" +VERSION = "0.7.1"