From 098b740699e191e94b831c3b87d9fffcc0d33d70 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Thu, 18 Mar 2021 13:18:20 -0700 Subject: [PATCH] Prepare v3.31.0 (#2478) * Prepare v3.31.0 * Add snowfakery 1.7 to 3.31.0 release notes --- HISTORY.rst | 29 +++++++++++++++++++++++++++++ cumulusci/version.txt | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9b7173434b..2e602687c4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,35 @@ History ======= +3.31.0 (2021-03-18) +------------------- + +Changes: + +- It is now possible to pass the ``--noancestors`` flag to sfdx when + creating a scratch org by setting ``noancestors: True`` in the + scratch org config in ``cumulusci.yml``. Thanks @lionelarmanet (#2452) +- The ``robot_outputdir`` return value from the ``robot`` task is now + an absolute path. (#2442) +- New tasks: + + - ``get_available_permission_sets``: retrieves the list of available + permission sets from an org. (#2455) + - ``promote_2gp_package``: will promote a ``Package2Version`` to the + "IsReleased" state, making it available for installation in + production orgs. (#2454) + +Snowfakery +`1.7 `__: + +- Adds support for Salesforce Person Accounts. + +Issues Closed: + +- ``cci project init`` no longer overwrites existing files. If files + already exist, it displays a warning and outputs the rendered file + template. (#1325) + 3.30.0 (2021-03-04) ------------------- diff --git a/cumulusci/version.txt b/cumulusci/version.txt index fdcc4697cc..d9351e5882 100644 --- a/cumulusci/version.txt +++ b/cumulusci/version.txt @@ -1 +1 @@ -3.30.0 \ No newline at end of file +3.31.0