@@ -21,7 +21,7 @@ A brief description of the categories of changes:
21
21
` (docs) ` .
22
22
23
23
<!--
24
- Unreleased changes template.
24
+ BEGIN_UNRELEASED_TEMPLATE
25
25
26
26
{#v0-0-0}
27
27
## Unreleased
@@ -43,15 +43,17 @@ Unreleased changes template.
43
43
{#v0-0-0-removed}
44
44
### Removed
45
45
* Nothing removed.
46
+
47
+ END_UNRELEASED_TEMPLATE
46
48
-->
47
49
48
50
49
- {#v0-0 -0}
50
- ## Unreleased
51
+ {#1 -4 -0}
52
+ ## [ 1.4.0 ] - 2025-04-19
51
53
52
- [ 0.0 .0] : https://github.com/bazel-contrib/rules_python/releases/tag/0.0 .0
54
+ [ 1.4 .0] : https://github.com/bazel-contrib/rules_python/releases/tag/1.4 .0
53
55
54
- {#v0-0 -0-changed}
56
+ {#1 -4 -0-changed}
55
57
### Changed
56
58
* (toolchain) The ` exec ` configuration toolchain now has the forwarded
57
59
` exec_interpreter ` now also forwards the ` ToolchainInfo ` provider. This is
@@ -72,7 +74,7 @@ Unreleased changes template.
72
74
* (toolchains) Previously [ #2636 ] ( https://github.com/bazel-contrib/rules_python/pull/2636 )
73
75
changed the semantics of ` ignore_root_user_error ` from "ignore" to "warning". This is now
74
76
flipped back to ignoring the issue, and will only emit a warning when the attribute is set
75
- ` False ` .
77
+ ` False ` .
76
78
* (pypi) The PyPI extension will no longer write the lock file entries as the
77
79
extension has been marked reproducible.
78
80
Fixes [ #2434 ] ( https://github.com/bazel-contrib/rules_python/issues/2434 ) .
@@ -84,7 +86,7 @@ Unreleased changes template.
84
86
85
87
[ 20250317 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250317
86
88
87
- {#v0-0 -0-fixed}
89
+ {#1 -4 -0-fixed}
88
90
### Fixed
89
91
* (pypi) Platform specific extras are now correctly handled when using
90
92
universal lock files with environment markers. Fixes [ #2690 ] ( https://github.com/bazel-contrib/rules_python/pull/2690 ) .
@@ -103,7 +105,7 @@ Unreleased changes template.
103
105
* (rules) py_wheel and sphinxdocs rules now propagate ` target_compatible_with ` to all targets they create.
104
106
[ PR #2788 ] ( https://github.com/bazel-contrib/rules_python/pull/2788 ) .
105
107
106
- {#v0-0 -0-added}
108
+ {#1 -4 -0-added}
107
109
### Added
108
110
* (pypi) From now on ` sha256 ` values in the ` requirements.txt ` is no longer
109
111
mandatory when enabling {attr}` pip.parse.experimental_index_url ` feature.
@@ -134,13 +136,13 @@ Unreleased changes template.
134
136
locations equivalents of ` $(PYTHON2) ` and `$(PYTHON3) respectively.
135
137
136
138
137
- {#v0-0 -0-removed}
139
+ {#1 -4 -0-removed}
138
140
### Removed
139
141
* Nothing removed.
140
142
141
143
142
144
{#v1-3-0}
143
- ## Unreleased
145
+ ## [ 1.3.0 ] - 2025-03-27
144
146
145
147
[ 1.3.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.3.0
146
148
0 commit comments