From 359425d28b60656909875bbf07a4b23b8ed6e7f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:03:41 -0800 Subject: [PATCH] Release v3.83.0 (#3716) Co-authored-by: github-actions Co-authored-by: James Estevez --- cumulusci/__about__.py | 2 +- docs/history.md | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index 56b944aaa3..30420af940 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.82.0" +__version__ = "3.83.0" diff --git a/docs/history.md b/docs/history.md index 16204b4b92..48b763e338 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,22 @@ +## v3.83.0 (2023-12-08) + + + +## What's Changed + +### Changes 🎉 + +- Allowed namespace injection without managed by [@jain-naman-sf](https://github.com/jain-naman-sf) in [#3677](https://github.com/SFDO-Tooling/CumulusCI/pull/3677) +- Update pyright configuration for 1.1.339 by [@jstvz](https://github.com/jstvz) in [#3715](https://github.com/SFDO-Tooling/CumulusCI/pull/3715) +- Replace distutils with shutil for 3.12 by [@jstvz](https://github.com/jstvz) in [#3714](https://github.com/SFDO-Tooling/CumulusCI/pull/3714) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.82.0...v3.83.0 + + + ## v3.82.0 (2023-12-01) @@ -30,8 +46,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.81.0...v3.82.0 - - ## v3.81.0 (2023-11-03)