Added 0.5.1 docs (#748)
This commit is contained in:
parent
eb56038baa
commit
db153c65c3
|
@ -17,6 +17,7 @@ jobs:
|
|||
# Create a job for release
|
||||
include:
|
||||
- ref: main
|
||||
- ref: "0.5.1"
|
||||
- ref: "0.5.0"
|
||||
- ref: "0.4.0"
|
||||
- ref: "0.3.0"
|
||||
|
|
|
@ -5,6 +5,7 @@ Rules for building C/C++ projects using foreign build systems (non Bazel) inside
|
|||
## Versions
|
||||
|
||||
- [main](main/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)
|
||||
- [0.3.0](0.3.0/index.md)
|
||||
|
|
Loading…
Reference in New Issue