Skip to content

Commit 231d3f6

Browse files
authored
docs: update changelog for 0.28.0 release (#1672)
This is to prepare for the 0.28.0 release.
1 parent 69edec8 commit 231d3f6

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,27 @@ A brief description of the categories of changes:
1919

2020
## Unreleased
2121

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+
2234
### Changed
2335

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+
2443
* (runfiles) `rules_python.python.runfiles` now directly implements type hints
2544
and drops support for python2 as a result.
2645

@@ -34,11 +53,9 @@ A brief description of the categories of changes:
3453
is also available under bzlmod as
3554
`pip.parse(experimental_requirement_cycles={})`.
3655

37-
* (pip_install) the deprecated `pip_install` macro and related items have been
38-
removed.
39-
4056
* (toolchains) `py_runtime` can now take an executable target. Note: runfiles
4157
from the target are not supported yet.
58+
([#1612](https://github.com/bazelbuild/rules_python/issues/1612))
4259

4360
### Fixed
4461

@@ -74,11 +91,12 @@ A brief description of the categories of changes:
7491
### Added
7592

7693
* (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
7796
* (gazelle) `file` generation mode can now also add `__init__.py` to the srcs
7897
attribute for every target in the package. This is enabled through a separate
7998
directive `python_generation_mode_per_file_include_init`.
8099

81-
[0.XX.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.XX.0
82100

83101
## [0.27.0] - 2023-11-16
84102

0 commit comments

Comments
 (0)