Skip to content

Commit

Permalink
Release v3.91.0
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bharath Chadarajupalli <[email protected]>
  • Loading branch information
github-actions[bot] and vsbharath authored Aug 23, 2024
1 parent 1dece6c commit 35dde7f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cumulusci/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.90.1"
__version__ = "3.91.0"
1 change: 1 addition & 0 deletions cumulusci/cli/tests/test_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
18 changes: 15 additions & 3 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,32 @@

<!-- latest-start -->

## v3.90.1 (2024-08-20)
## v3.91.0 (2024-08-22)

<!-- Release notes generated using configuration in .github/release.yml at main -->

## 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)
- 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

<!-- latest-stop -->

## v3.90.1 (2024-08-20)

<!-- Release notes generated using configuration in .github/release.yml at main -->

## 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)

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand Down

0 comments on commit 35dde7f

Please sign in to comment.