diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index d15df0f28c..9fc52316f1 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.74.0" +__version__ = "3.75.0" diff --git a/docs/history.md b/docs/history.md index a4523d2d07..9cc70a6071 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,6 +2,23 @@ +## v3.75.0 (2023-04-13) + + + +## What's Changed + +### Changes 🎉 + +- Fix bug that prevented "api" declaration in `extract_declaration` from being respected during `capture_sample_dataset`. by [@prescod](https://github.com/prescod) in [#3568](https://github.com/SFDO-Tooling/CumulusCI/pull/3568) +- Update windows install steps by [@TheBitShepherd](https://github.com/TheBitShepherd) in [#3571](https://github.com/SFDO-Tooling/CumulusCI/pull/3571) +- CCI projects can now run tasks from their "sources" even when they are custom tasks coded in Python. By [@prescod](https://github.com/prescod) in [#3345](https://github.com/SFDO-Tooling/CumulusCI/pull/3345) +- The `capture_sample_data` task now looks for a `datasetname.load.yml` file to influence how it generates its .mapping file for subquent loads. By [@prescod](https://github.com/prescod) in [#3569](https://github.com/SFDO-Tooling/CumulusCI/pull/3569) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.74.0...v3.75.0 + + + ## v3.74.0 (2023-03-06) @@ -20,8 +37,6 @@ **Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.73.0...v3.74.0 - - ## v3.73.0 (2023-02-16) No changes (other than dependency updates) since v3.72.1.dev2 . Please see the changes below.