Skip to content

Commit

Permalink
Release v3.82.0 (#3712)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 1, 2023
1 parent dd72107 commit 9b11bb8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cumulusci/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.81.0"
__version__ = "3.82.0"
32 changes: 30 additions & 2 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

<!-- latest-start -->

## v3.82.0 (2023-12-01)

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

## What's Changed

### Critical Changes 🛠

- Remove `robot_lint` task and dependencies by [@jstvz](https://github.com/jstvz) in [#3697](https://github.com/SFDO-Tooling/CumulusCI/pull/3697)

### Changes 🎉

- Show an error message when no `origin` remote is present by [@lakshmi2506](https://github.com/lakshmi2506) in [#3679](https://github.com/SFDO-Tooling/CumulusCI/pull/3679)
- Improve task `return_values` documentation by [@lakshmi2506](https://github.com/lakshmi2506) in [#3689](https://github.com/SFDO-Tooling/CumulusCI/pull/3689)
- Task to retrieve a complete Profile from an org by [@aditya-balachander](https://github.com/aditya-balachander) in [#3672](https://github.com/SFDO-Tooling/CumulusCI/pull/3672)
- Support Python 3.12 by [@jstvz](https://github.com/jstvz) in [#3691](https://github.com/SFDO-Tooling/CumulusCI/pull/3691)
- Make task `options` read only when using Pydantic option validation by [@aditya-balachander](https://github.com/aditya-balachander) in [#3695](https://github.com/SFDO-Tooling/CumulusCI/pull/3695)

### Issues Fixed 🩴

- Fix Github url parse error for some scenarios by [@mgrandhi](https://github.com/mgrandhi) in [#3683](https://github.com/SFDO-Tooling/CumulusCI/pull/3683)

## New Contributors

- @mgrandhi made their first contribution in [#3683](https://github.com/SFDO-Tooling/CumulusCI/pull/3683)

**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.81.0...v3.82.0

<!-- latest-stop -->

## v3.81.0 (2023-11-03)

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand All @@ -21,8 +51,6 @@

**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.80.0...v3.81.0

<!-- latest-stop -->

## v3.80.0 (2023-09-29)

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

0 comments on commit 9b11bb8

Please sign in to comment.