Skip to content

Commit 0ecf5f4

Browse files
committed
Release v4.0.0
1 parent e0b5630 commit 0ecf5f4

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

cumulusci/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.93.0"
1+
__version__ = "4.0.0"

docs/history.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- latest-start -->
44

5+
## v4.0.0 (2024-11-12)
6+
7+
## What's Changed
8+
9+
### Critical Changes 🛠
10+
11+
- Python versions 3.8, 3.9, and 3.10 are no longer supported.
12+
- Switch to `sf` CLI commands [@lakshmi2506](https://github.com/lakshmi2506) in [#3829](https://github.com/SFDO-Tooling/CumulusCI/pull/3829)
13+
- Removed the `dx_pull` and `dx_push` tasks as the underlying commands were removed from `sf`
14+
15+
**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.92.0...v4.0.0
16+
17+
<!-- latest-stop -->
18+
519
## v3.93.0 (2024-10-17)
620

721
<!-- Release notes generated using configuration in .github/release.yml at main -->
@@ -21,8 +35,6 @@
2135

2236
**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.92.0...v3.93.0
2337

24-
<!-- latest-stop -->
25-
2638
## v3.92.0 (2024-09-18)
2739

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

0 commit comments

Comments
 (0)