Skip to content

Commit

Permalink
Merge pull request #2976 from SFDO-Tooling/feature/v3.48dev0
Browse files Browse the repository at this point in the history
v3.48.1: Remove backports-datetime
  • Loading branch information
David Glick authored Nov 12, 2021
2 parents 209bcda + f1aacfc commit fbe6866
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
23 changes: 15 additions & 8 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
History
=======

v3.48.0 (2021-11-11)
--------------------
3.48.1 (2021-11-12)
-------------------

Issues Closed

- Fixed a packaging issue which caused an error when installing on systems without a C compiler.

3.48.0 (2021-11-11)
-------------------
Critical Changes

- CumulusCI will be dropping support for Python 3.6 and 3.7 within the next few releases. Please ensure you're running Python 3.8 or above.
Expand All @@ -20,8 +27,8 @@ Issues Closed
- Adjusted a check for .lightning. domains in the ``cci org connect`` command. (#2970)
- We fixed an issue where stacktraces for some Apex test failures were truncated. (#2961)

v3.47.0 (2021-10-28)
--------------------
3.47.0 (2021-10-28)
-------------------

Changes

Expand All @@ -32,8 +39,8 @@ Changes
- We added a new task `create_blank_profile` that can be used to create a new profile from scratch without any permissions enabled. (This new task requires a Winter 22 Org or API 53.0) (#2908)
- We've added a user-friendly error message when installing a package using `security_type` "PUSH" with a 04t Package Version ID. (#2935)

v3.46.0 (2021-10-14)
--------------------
3.46.0 (2021-10-14)
-------------------
Critical Changes

- Backwards incompatibility: the robot task option `debug` has been renamed to `robot_debug`. (#2909)
Expand All @@ -53,8 +60,8 @@ Issues Fixed
- Fixed a bug where connecting a GitHub service with `cci service connect` was failing silently. (#2888)
- Fixed an issue where MetaDeploy steps using the old `filename_token` and `namespace_token` options could not be used. (#2914)

v3.45.0 (2021-09-30)
--------------------
3.45.0 (2021-09-30)
-------------------

Changes

Expand Down
2 changes: 1 addition & 1 deletion cumulusci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.48.0
3.48.1
4 changes: 1 addition & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ appdirs==1.4.4
# via fs
authlib==0.15.5
# via simple-salesforce
backports-datetime-fromisoformat==1.0.0
# via snowfakery
certifi==2021.10.8
# via
# requests
Expand Down Expand Up @@ -163,7 +161,7 @@ six==1.16.0
# python-dateutil
# salesforce-bulk
# snowfakery
snowfakery==2.2
snowfakery==2.2.1
# via -r requirements/prod.in
sqlalchemy==1.4.26
# via
Expand Down

0 comments on commit fbe6866

Please sign in to comment.