File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +25
-4
lines changed
Original file line number Diff line number Diff line change @@ -52,6 +52,27 @@ Unreleased changes template.
52
52
53
53
{#v0-0-0-changed}
54
54
### 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
55
76
* (toolchains) 3.13 means 3.13.1 (previously 3.13.0)
56
77
* Bazel 6 support is dropped and Bazel 7.4.1 is the minimum supported
57
78
version, per our Bazel support matrix. Earlier versions are not
@@ -68,12 +89,12 @@ Unreleased changes template.
68
89
* (pypi) Updated versions of packages: ` pip ` to 24.3.1 and
69
90
` packaging ` to 24.2.
70
91
71
- {#v0-0 -0-deprecations}
92
+ {#v1-1 -0-deprecations}
72
93
#### Deprecations
73
94
* ` //python/config_settings:transitions.bzl ` and its ` py_binary ` and ` py_test `
74
95
wrappers are deprecated. Use the regular rules instead.
75
96
76
- {#v0-0 -0-fixed}
97
+ {#v1-1 -0-fixed}
77
98
### Fixed
78
99
* (py_wheel) Use the default shell environment when building wheels to allow
79
100
toolchains that search PATH to be used for the wheel builder tool.
@@ -99,7 +120,7 @@ Unreleased changes template.
99
120
100
121
[ pep-695 ] : https://peps.python.org/pep-0695/
101
122
102
- {#v0-0 -0-added}
123
+ {#v1-1 -0-added}
103
124
### Added
104
125
* (gazelle) Added ` include_stub_packages ` flag to ` modules_mapping ` . When set to ` True ` , this
105
126
automatically includes corresponding stub packages for third-party libraries
@@ -126,7 +147,7 @@ Unreleased changes template.
126
147
127
148
[ 20241206 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20241206
128
149
129
- {#v0-0 -0-removed}
150
+ {#v1-1 -0-removed}
130
151
### Removed
131
152
* ` find_requirements ` in ` //python:defs.bzl ` has been removed.
132
153
You can’t perform that action at this time.
0 commit comments