We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610fc3b commit cf4d630Copy full SHA for cf4d630
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## [7.4.0] - 2024-03-26
4
+
5
+### Changed
6
7
+- Don't set 'base_ref' on github-release events (#470)
8
+- Faster yaml loading using the native loader if available (#474)
9
+- Memoize `get_task_definition` and `_get_deps` (#477)
10
11
## [7.3.1] - 2024-02-21
12
13
### Added
src/taskgraph/__init__.py
@@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-__version__ = "7.3.1"
+__version__ = "7.4.0"
# Maximum number of dependencies a single task can have
# https://docs.taskcluster.net/reference/platform/taskcluster-queue/references/api#createTask
0 commit comments