Skip to content

Commit 77cb18b

Browse files
authored
chore: update changelog for 1.1.0 (bazel-contrib#2547)
Update headers and version links in CHANGELOG.md for 1.1.0 release
1 parent edd6bb6 commit 77cb18b

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,27 @@ Unreleased changes template.
5252

5353
{#v0-0-0-changed}
5454
### Changed
55+
* Nothing changed.
56+
57+
{#v0-0-0-fixed}
58+
### Fixed
59+
* Nothing fixed.
60+
61+
{#v0-0-0-added}
62+
### Added
63+
* Nothing added.
64+
65+
{#v0-0-0-removed}
66+
### Removed
67+
* Nothing removed.
68+
69+
{#v1-1-0}
70+
## [1.1.0] - 2025-01-07
71+
72+
[1.1.0]: https://github.com/bazelbuild/rules_python/releases/tag/1.1.0
73+
74+
{#v1-1-0-changed}
75+
### Changed
5576
* (toolchains) 3.13 means 3.13.1 (previously 3.13.0)
5677
* Bazel 6 support is dropped and Bazel 7.4.1 is the minimum supported
5778
version, per our Bazel support matrix. Earlier versions are not
@@ -68,12 +89,12 @@ Unreleased changes template.
6889
* (pypi) Updated versions of packages: `pip` to 24.3.1 and
6990
`packaging` to 24.2.
7091

71-
{#v0-0-0-deprecations}
92+
{#v1-1-0-deprecations}
7293
#### Deprecations
7394
* `//python/config_settings:transitions.bzl` and its `py_binary` and `py_test`
7495
wrappers are deprecated. Use the regular rules instead.
7596

76-
{#v0-0-0-fixed}
97+
{#v1-1-0-fixed}
7798
### Fixed
7899
* (py_wheel) Use the default shell environment when building wheels to allow
79100
toolchains that search PATH to be used for the wheel builder tool.
@@ -99,7 +120,7 @@ Unreleased changes template.
99120

100121
[pep-695]: https://peps.python.org/pep-0695/
101122

102-
{#v0-0-0-added}
123+
{#v1-1-0-added}
103124
### Added
104125
* (gazelle) Added `include_stub_packages` flag to `modules_mapping`. When set to `True`, this
105126
automatically includes corresponding stub packages for third-party libraries
@@ -126,7 +147,7 @@ Unreleased changes template.
126147

127148
[20241206]: https://github.com/astral-sh/python-build-standalone/releases/tag/20241206
128149

129-
{#v0-0-0-removed}
150+
{#v1-1-0-removed}
130151
### Removed
131152
* `find_requirements` in `//python:defs.bzl` has been removed.
132153

0 commit comments

Comments
 (0)