Skip to content

Commit 43a5acf

Browse files
authored
chore: release 1.7 prep (#3341)
* Update changelog * Update version markers Work towards #3338
1 parent 8069fa5 commit 43a5acf

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ BEGIN_UNRELEASED_TEMPLATE
4848
END_UNRELEASED_TEMPLATE
4949
-->
5050

51-
{#v0-0-0}
52-
## Unreleased
51+
{#v1-7-0}
52+
## [1.7.0] - 2025-10-11
5353

54-
[0.0.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.0.0
54+
[1.7.0]: https://github.com/bazel-contrib/rules_python/releases/tag/1.7.0
5555

56-
{#v0-0-0-removed}
56+
{#v1-7-0-removed}
5757
### Removed
5858
* (core rules) Support for Bazel's long deprecated "extra actions" has been
5959
removed
6060
([#3215](https://github.com/bazel-contrib/rules_python/issues/3215)).
6161

62-
{#v0-0-0-changed}
62+
{#v1-7-0-changed}
6363
### Changed
6464
* (deps) bumped rules_cc dependency to `0.1.5`.
6565
* (bootstrap) For {obj}`--bootstrap_impl=system_python`, `PYTHONPATH` is no
@@ -88,7 +88,7 @@ END_UNRELEASED_TEMPLATE
8888

8989
[20251010]: https://github.com/astral-sh/python-build-standalone/releases/tag/20251010
9090

91-
{#v0-0-0-fixed}
91+
{#v1-7-0-fixed}
9292
### Fixed
9393
* (rules) The `PyInfo` constructor was setting the wrong value for
9494
`has_py3_only_sources` - this is now fixed.
@@ -117,7 +117,7 @@ END_UNRELEASED_TEMPLATE
117117
* (rules) {obj}`py_console_script_binary` is now compatible with symbolic macros
118118
([#3195](https://github.com/bazel-contrib/rules_python/pull/3195)).
119119

120-
{#v0-0-0-added}
120+
{#v1-7-0-added}
121121
### Added
122122
* (runfiles) The Python runfiles library now supports Bazel's
123123
`--incompatible_compact_repo_mapping_manifest` flag.
@@ -1980,4 +1980,4 @@ Breaking changes:
19801980
* (pip) Create all_data_requirements alias
19811981
* Expose Python C headers through the toolchain.
19821982

1983-
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
1983+
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0

docs/api/rules_python/python/cc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This target provides:
3535

3636
* `CcInfo`: The C++ information about the Python ABI3 headers.
3737

38-
:::{versionadded} VERSION_NEXT_FEATURE
38+
:::{versionadded} 1.7.0
3939
The {obj}`features.headers_abi3` attribute can be used to detect if this target
4040
is available or not.
4141
:::

docs/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The {bzl:obj}`interpreter_args` attribute.
2626

2727
:::{versionadded} 1.3.0
2828
:::
29-
:::{versionchanged} VERSION_NEXT_FEATURE
29+
:::{versionchanged} 1.7.0
3030
Support added for {obj}`--bootstrap_impl=system_python`.
3131
:::
3232

@@ -71,7 +71,7 @@ instead of the legacy Python scripts.
7171

7272
:::{versionadded} 1.5.0
7373
:::
74-
:::{versionchanged} VERSION_NEXT_FEATURE
74+
:::{versionchanged} 1.7.0
7575
Flipped to be enabled by default.
7676
:::
7777
::::

python/extensions/config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _config_impl(mctx):
4343
config = module_extension(
4444
doc = """Global settings for rules_python.
4545
46-
:::{versionadded} VERSION_NEXT_FEATURE
46+
:::{versionadded} 1.7.0
4747
:::
4848
""",
4949
implementation = _config_impl,

python/features.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _features_typedef():
2626
True if the {obj}`@rules_python//python/cc:current_py_cc_headers_abi3`
2727
target is available.
2828
29-
:::{versionadded} VERSION_NEXT_FEATURE
29+
:::{versionadded} 1.7.0
3030
:::
3131
::::
3232

python/private/attributes.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ https://bazel.build/extending/config#memory-performance-considerations for
402402
more information about risks and considerations.
403403
:::
404404
405-
:::{versionadded} VERSION_NEXT_FEATURE
405+
:::{versionadded} 1.7.0
406406
:::
407407
""",
408408
),

python/private/current_py_cc_headers.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cc_library(
7676
)
7777
```
7878
79-
:::{versionadded} VERSION_NEXT_FEATURE
79+
:::{versionadded} 1.7.0
8080
:::
8181
""",
8282
)

python/private/py_cc_toolchain_info.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fields:
6464
e.g. `:current_py_cc_headers` to act as the underlying headers target it
6565
represents).
6666
67-
:::{versionadded} VERSION_NEXT_FEATURE
67+
:::{versionadded} 1.7.0
6868
The {obj}`features.headers_abi3` attribute can be used to detect if this
6969
attribute is available or not.
7070
:::

python/private/py_cc_toolchain_rule.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Target that provides the Python ABI3 (stable abi) headers.
7979
8080
Typically this is a cc_library target.
8181
82-
:::{versionadded} VERSION_NEXT_FEATURE
82+
:::{versionadded} 1.7.0
8383
The {obj}`features.headers_abi3` attribute can be used to detect if this
8484
attribute is available or not.
8585
:::

python/private/py_executable.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This is mutually exclusive with {obj}`main`.
139139
140140
:::{versionadded} 1.3.0
141141
:::
142-
:::{versionchanged} VERSION_NEXT_FEATURE
142+
:::{versionchanged} 1.7.0
143143
Support added for {obj}`--bootstrap_impl=system_python`.
144144
:::
145145
""",

0 commit comments

Comments
 (0)