Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae361c2

Browse filesBrowse files
authored
chore: updates for 1.2.0 release (bazel-contrib#2611)
Update changelog and VERSION_NEXT markers
1 parent edfb4b3 commit ae361c2
Copy full SHA for ae361c2

File tree

Expand file treeCollapse file tree

3 files changed

+26
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+26
-5
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-3Lines changed: 24 additions & 3 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-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

‎docs/api/rules_python/python/config_settings/index.md

Copy file name to clipboardExpand all lines: docs/api/rules_python/python/config_settings/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,6 @@ Values:
279279
is created.
280280
:::
281281

282-
:::{versionadded} VERSION_NEXT_PATCH
282+
:::{versionadded} 1.2.0
283283
:::
284284
::::

‎docs/environment-variables.md

Copy file name to clipboardExpand all lines: docs/environment-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ being cleaned up by the OS.
4444
If not set, then a temporary directory will be created and deleted upon program
4545
exit.
4646

47-
:::{versionadded} VERSION_NEXT_PATCH
47+
:::{versionadded} 1.2.0
4848
:::
4949
::::
5050

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.