Skip to content

Commit 62207c3

Browse files
committed
add versionadded info to features docs
1 parent 0ed66f8 commit 62207c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

python/features.bzl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def _features_typedef():
2626
:type: bool
2727
2828
True if the precompile attributes are available.
29-
:::{versionadded} TODO
29+
30+
:::{versionadded} 0.33.0
3031
:::
3132
::::
3233
@@ -44,7 +45,7 @@ def _features_typedef():
4445
4546
True if the rules are using the Bazel-builtin implementation.
4647
47-
:::{versionadded} TODO
48+
:::{versionadded} 1.1.0
4849
:::
4950
::::
5051
@@ -53,7 +54,7 @@ def _features_typedef():
5354
5455
The rules_python version. This is a semver format, e.g. `X.Y.Z` with
5556
optional trailing `-rcN`. For unreleased versions, it is an empty string.
56-
:::{versionadded} TODO
57+
:::{versionadded} 0.38.0
5758
::::
5859
"""
5960

0 commit comments

Comments
 (0)