File tree 3 files changed +26
-5
lines changed
api/rules_python/python/config_settings
3 files changed +26
-5
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-2-0}
70
+ ## Unreleased
71
+
72
+ [ 1.2.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/1.2.0
73
+
74
+ {#v1-2-0-changed}
75
+ ### Changed
55
76
* (rules) ` py_proto_library ` is deprecated in favour of the
56
77
implementation in https://github.com/protocolbuffers/protobuf . It will be
57
78
removed in the future release.
@@ -63,7 +84,7 @@ Unreleased changes template.
63
84
* (pypi) Downgraded versions of packages: ` pip ` from ` 24.3.2 ` to ` 24.0.0 ` and
64
85
` packaging ` from ` 24.2 ` to ` 24.0 ` .
65
86
66
- {#v0-0 -0-fixed}
87
+ {#v1-2 -0-fixed}
67
88
### Fixed
68
89
* (rules) ` python_zip_file ` output with ` --bootstrap_impl=script ` works again
69
90
([ #2596 ] ( https://github.com/bazelbuild/rules_python/issues/2596 ) ).
@@ -85,11 +106,11 @@ Unreleased changes template.
85
106
build time (they will be created at runtime instead).
86
107
(Fixes [ #2489 ] ( https://github.com/bazelbuild/rules_python/issues/2489 ) )
87
108
88
- {#v0-0 -0-added}
109
+ {#v1-2 -0-added}
89
110
### Added
90
111
* Nothing added.
91
112
92
- {#v0-0 -0-removed}
113
+ {#v1-2 -0-removed}
93
114
### Removed
94
115
* Nothing removed.
95
116
Original file line number Diff line number Diff line change @@ -279,6 +279,6 @@ Values:
279
279
is created.
280
280
:::
281
281
282
- :::{versionadded} VERSION_NEXT_PATCH
282
+ :::{versionadded} 1.2.0
283
283
:::
284
284
::::
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ being cleaned up by the OS.
44
44
If not set, then a temporary directory will be created and deleted upon program
45
45
exit.
46
46
47
- :::{versionadded} VERSION_NEXT_PATCH
47
+ :::{versionadded} 1.2.0
48
48
:::
49
49
::::
50
50
You can’t perform that action at this time.
0 commit comments