@@ -19,8 +19,27 @@ A brief description of the categories of changes:
19
19
20
20
## Unreleased
21
21
22
+ [ 0.XX.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.XX.0
23
+
24
+ ### Changed
25
+
26
+ ### Fixed
27
+
28
+ ### Added
29
+
30
+ ## [ 0.28.0] - 2024-01-07
31
+
32
+ [ 0.28.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.28.0
33
+
22
34
### Changed
23
35
36
+ * ** BREAKING** (pip_install) the deprecated ` pip_install ` macro and related
37
+ items have been removed.
38
+
39
+ * ** BREAKING** Support for Bazel 5 has been officially dropped. This release
40
+ was only partially tested with Bazel 5 and may or may not work with Bazel 5.
41
+ Subequent versions will no longer be tested under Bazel 5.
42
+
24
43
* (runfiles) ` rules_python.python.runfiles ` now directly implements type hints
25
44
and drops support for python2 as a result.
26
45
@@ -34,11 +53,9 @@ A brief description of the categories of changes:
34
53
is also available under bzlmod as
35
54
` pip.parse(experimental_requirement_cycles={}) ` .
36
55
37
- * (pip_install) the deprecated ` pip_install ` macro and related items have been
38
- removed.
39
-
40
56
* (toolchains) ` py_runtime ` can now take an executable target. Note: runfiles
41
57
from the target are not supported yet.
58
+ ([ #1612 ] ( https://github.com/bazelbuild/rules_python/issues/1612 ) )
42
59
43
60
### Fixed
44
61
@@ -74,11 +91,12 @@ A brief description of the categories of changes:
74
91
### Added
75
92
76
93
* (docs) bzlmod extensions are now documented on rules-python.readthedocs.io
94
+ * (docs) Support and backwards compatibility policies have been documented.
95
+ See https://rules-python.readthedocs.io/en/latest/support.html
77
96
* (gazelle) ` file ` generation mode can now also add ` __init__.py ` to the srcs
78
97
attribute for every target in the package. This is enabled through a separate
79
98
directive ` python_generation_mode_per_file_include_init ` .
80
99
81
- [ 0.XX.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.XX.0
82
100
83
101
## [ 0.27.0] - 2023-11-16
84
102
0 commit comments