Release v0.7.1 (#852)
This commit is contained in:
parent
ae4ff42901
commit
893db6a2e3
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
"""A module represeting the version of rules_foreign_cc"""
|
||||
|
||||
VERSION = "0.7.0"
|
||||
VERSION = "0.7.1"
|
||||
|
|
Loading…
Reference in New Issue