Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 24 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,27 @@ Unreleased changes template.

{#v0-0-0-changed}
### Changed
* Nothing changed.

{#v0-0-0-fixed}
### Fixed
* Nothing fixed.

{#v0-0-0-added}
### Added
* Nothing added.

{#v0-0-0-removed}
### Removed
* Nothing removed.

{#v1-2-0}
## Unreleased

[1.2.0]: https://github.com/bazelbuild/rules_python/releases/tag/1.2.0

{#v1-2-0-changed}
### Changed
* (rules) `py_proto_library` is deprecated in favour of the
implementation in https://github.com/protocolbuffers/protobuf. It will be
removed in the future release.
Expand All @@ -63,7 +84,7 @@ Unreleased changes template.
* (pypi) Downgraded versions of packages: `pip` from `24.3.2` to `24.0.0` and
`packaging` from `24.2` to `24.0`.

{#v0-0-0-fixed}
{#v1-2-0-fixed}
### Fixed
* (rules) `python_zip_file` output with `--bootstrap_impl=script` works again
([#2596](https://github.com/bazelbuild/rules_python/issues/2596)).
Expand All @@ -85,11 +106,11 @@ Unreleased changes template.
build time (they will be created at runtime instead).
(Fixes [#2489](https://github.com/bazelbuild/rules_python/issues/2489))

{#v0-0-0-added}
{#v1-2-0-added}
### Added
* Nothing added.

{#v0-0-0-removed}
{#v1-2-0-removed}
### Removed
* Nothing removed.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/rules_python/python/config_settings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,6 @@ Values:
is created.
:::

:::{versionadded} VERSION_NEXT_PATCH
:::{versionadded} 1.2.0
:::
::::
2 changes: 1 addition & 1 deletion docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ being cleaned up by the OS.
If not set, then a temporary directory will be created and deleted upon program
exit.

:::{versionadded} VERSION_NEXT_PATCH
:::{versionadded} 1.2.0
:::
::::

Expand Down
Loading