From 35dde7ff4dfcf3e008926cd4f77fbef474733271 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:02:07 +0000 Subject: [PATCH] Release v3.91.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bharath Chadarajupalli --- cumulusci/__about__.py | 2 +- cumulusci/cli/tests/test_error.py | 1 + docs/history.md | 18 +++++++++++++++--- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index d650f4b2ef..b03931b2f5 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.90.1" +__version__ = "3.91.0" diff --git a/cumulusci/cli/tests/test_error.py b/cumulusci/cli/tests/test_error.py index 62dd2825e8..094a767896 100644 --- a/cumulusci/cli/tests/test_error.py +++ b/cumulusci/cli/tests/test_error.py @@ -98,6 +98,7 @@ def test_error_gist( ) webbrowser_open.assert_called_once_with(expected_gist_url) + @pytest.mark.skipif(sys.version_info > (3, 11), reason="requires python3.10 or higher") @mock.patch("cumulusci.cli.error.platform") @mock.patch("cumulusci.cli.error.sys") @mock.patch("cumulusci.cli.error.datetime") diff --git a/docs/history.md b/docs/history.md index bcfca9d902..8e7521b735 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,7 +2,7 @@ -## v3.90.1 (2024-08-20) +## v3.91.0 (2024-08-22) @@ -10,12 +10,24 @@ ### Changes 🎉 -- Fix to Suppress the required field check for the upsert action at mapping step by [@lakshmi2506](https://github.com/lakshmi2506) in [#3817](https://github.com/SFDO-Tooling/CumulusCI/pull/3817) +- Fix to Include All Keys in standardValue XML for add_standard_value_set_entries Task from Entries Option with Backward Compatibility by [@lakshmi2506](https://github.com/lakshmi2506) in [#3820](https://github.com/SFDO-Tooling/CumulusCI/pull/3820) -**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.90.0...v3.90.1 +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.90.1...v3.91.0 +## v3.90.1 (2024-08-20) + + + +## What's Changed + +### Changes 🎉 + +- Fix to Suppress the required field check for the upsert action at mapping step by [@lakshmi2506](https://github.com/lakshmi2506) in [#3817](https://github.com/SFDO-Tooling/CumulusCI/pull/3817) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.90.0...v3.90.1 + ## v3.90.0 (2024-07-15)