From 9b11bb82db167e1558b74c22637b897e9ec17fe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:24:08 -0700 Subject: [PATCH] Release v3.82.0 (#3712) --- cumulusci/__about__.py | 2 +- docs/history.md | 32 ++++++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 58dff8fea3..56b944aaa3 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.81.0" +__version__ = "3.82.0" diff --git a/docs/history.md b/docs/history.md index 1aa01d973c..16204b4b92 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,36 @@ +## v3.82.0 (2023-12-01) + + + +## What's Changed + +### Critical Changes 🛠 + +- Remove `robot_lint` task and dependencies by [@jstvz](https://github.com/jstvz) in [#3697](https://github.com/SFDO-Tooling/CumulusCI/pull/3697) + +### Changes 🎉 + +- Show an error message when no `origin` remote is present by [@lakshmi2506](https://github.com/lakshmi2506) in [#3679](https://github.com/SFDO-Tooling/CumulusCI/pull/3679) +- Improve task `return_values` documentation by [@lakshmi2506](https://github.com/lakshmi2506) in [#3689](https://github.com/SFDO-Tooling/CumulusCI/pull/3689) +- Task to retrieve a complete Profile from an org by [@aditya-balachander](https://github.com/aditya-balachander) in [#3672](https://github.com/SFDO-Tooling/CumulusCI/pull/3672) +- Support Python 3.12 by [@jstvz](https://github.com/jstvz) in [#3691](https://github.com/SFDO-Tooling/CumulusCI/pull/3691) +- Make task `options` read only when using Pydantic option validation by [@aditya-balachander](https://github.com/aditya-balachander) in [#3695](https://github.com/SFDO-Tooling/CumulusCI/pull/3695) + +### Issues Fixed 🩴 + +- Fix Github url parse error for some scenarios by [@mgrandhi](https://github.com/mgrandhi) in [#3683](https://github.com/SFDO-Tooling/CumulusCI/pull/3683) + +## New Contributors + +- @mgrandhi made their first contribution in [#3683](https://github.com/SFDO-Tooling/CumulusCI/pull/3683) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.81.0...v3.82.0 + + + ## v3.81.0 (2023-11-03) @@ -21,8 +51,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.80.0...v3.81.0 - - ## v3.80.0 (2023-09-29)