Skip to content

Commit d38100c

Browse files
authored
release: update changelog for 0.27.0 release (#1565)
This is to prepare for the 0.27.0 release
1 parent 530fd85 commit d38100c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ 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+
## [0.27.0] - 2023-11-16
25+
26+
[0.27.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.27.0
27+
2228
### Changed
2329

2430
* Make `//python/pip_install:pip_repository_bzl` `bzl_library` target internal
@@ -101,6 +107,8 @@ Breaking changes:
101107
* (utils) Added a `pip_utils` struct with a `normalize_name` function to allow users
102108
to find out how `rules_python` would normalize a PyPI distribution name.
103109

110+
[0.27.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.27.0
111+
104112
## [0.26.0] - 2023-10-06
105113

106114
### Changed
@@ -174,6 +182,8 @@ Breaking changes:
174182

175183
* (gazelle) Improve runfiles lookup hermeticity.
176184

185+
[0.26.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.26.0
186+
177187
## [0.25.0] - 2023-08-22
178188

179189
### Changed

0 commit comments

Comments
 (0)