Skip to content

Commit

Permalink
chore: updates for 1.2.0 release (#2611)
Browse files Browse the repository at this point in the history
Update changelog and VERSION_NEXT markers
  • Loading branch information
rickeylev authored Feb 14, 2025
1 parent edfb4b3 commit ae361c2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
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

0 comments on commit ae361c2

Please sign in to comment.