From ae361c2de8290dd7f71716a55b29c3b07cef78fe Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Thu, 13 Feb 2025 21:14:20 -0800 Subject: [PATCH] chore: updates for 1.2.0 release (#2611) Update changelog and VERSION_NEXT markers --- CHANGELOG.md | 27 ++++++++++++++++--- .../python/config_settings/index.md | 2 +- docs/environment-variables.md | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7255e9ffcd..e93cdc5327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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)). @@ -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. diff --git a/docs/api/rules_python/python/config_settings/index.md b/docs/api/rules_python/python/config_settings/index.md index b2163233ca..cb44de97c7 100644 --- a/docs/api/rules_python/python/config_settings/index.md +++ b/docs/api/rules_python/python/config_settings/index.md @@ -279,6 +279,6 @@ Values: is created. ::: -:::{versionadded} VERSION_NEXT_PATCH +:::{versionadded} 1.2.0 ::: :::: diff --git a/docs/environment-variables.md b/docs/environment-variables.md index dd4a700081..d50070af55 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -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 ::: ::::