Release v0.7.1 (#852)

This commit is contained in:
James Sharpe 2022-01-03 11:54:19 +00:00 committed by GitHub
parent ae4ff42901
commit 893db6a2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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)

View File

@ -1,3 +1,3 @@
"""A module represeting the version of rules_foreign_cc"""
VERSION = "0.7.0"
VERSION = "0.7.1"