File tree Expand file tree Collapse file tree 3 files changed +26
-5
lines changed
api/rules_python/python/config_settings Expand file tree Collapse file tree 3 files changed +26
-5
lines changed Original file line number Diff line number Diff 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-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
5576* (rules) ` py_proto_library ` is deprecated in favour of the
5677 implementation in https://github.com/protocolbuffers/protobuf . It will be
5778 removed in the future release.
@@ -63,7 +84,7 @@ Unreleased changes template.
6384* (pypi) Downgraded versions of packages: ` pip ` from ` 24.3.2 ` to ` 24.0.0 ` and
6485 ` packaging ` from ` 24.2 ` to ` 24.0 ` .
6586
66- {#v0-0 -0-fixed}
87+ {#v1-2 -0-fixed}
6788### Fixed
6889* (rules) ` python_zip_file ` output with ` --bootstrap_impl=script ` works again
6990 ([ #2596 ] ( https://github.com/bazelbuild/rules_python/issues/2596 ) ).
@@ -85,11 +106,11 @@ Unreleased changes template.
85106 build time (they will be created at runtime instead).
86107 (Fixes [ #2489 ] ( https://github.com/bazelbuild/rules_python/issues/2489 ) )
87108
88- {#v0-0 -0-added}
109+ {#v1-2 -0-added}
89110### Added
90111* Nothing added.
91112
92- {#v0-0 -0-removed}
113+ {#v1-2 -0-removed}
93114### Removed
94115* Nothing removed.
95116
Original file line number Diff line number Diff line change @@ -279,6 +279,6 @@ Values:
279279is created.
280280:::
281281
282- :::{versionadded} VERSION_NEXT_PATCH
282+ :::{versionadded} 1.2.0
283283:::
284284::::
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ being cleaned up by the OS.
4444If not set, then a temporary directory will be created and deleted upon program
4545exit.
4646
47- :::{versionadded} VERSION_NEXT_PATCH
47+ :::{versionadded} 1.2.0
4848:::
4949::::
5050
You can’t perform that action at this time.
0 commit comments