We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed66f8 commit 62207c3Copy full SHA for 62207c3
python/features.bzl
@@ -26,7 +26,8 @@ def _features_typedef():
26
:type: bool
27
28
True if the precompile attributes are available.
29
- :::{versionadded} TODO
+
30
+ :::{versionadded} 0.33.0
31
:::
32
::::
33
@@ -44,7 +45,7 @@ def _features_typedef():
44
45
46
True if the rules are using the Bazel-builtin implementation.
47
48
+ :::{versionadded} 1.1.0
49
50
51
@@ -53,7 +54,7 @@ def _features_typedef():
53
54
55
The rules_python version. This is a semver format, e.g. `X.Y.Z` with
56
optional trailing `-rcN`. For unreleased versions, it is an empty string.
57
+ :::{versionadded} 0.38.0
58
59
"""
60
0 commit comments