Skip to content

Commit cf4d630

Browse files
authored
Version bump to 7.4.0 (#479)
1 parent 610fc3b commit cf4d630

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## [7.3.1] - 2024-02-21
412

513
### Added

src/taskgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
__version__ = "7.3.1"
5+
__version__ = "7.4.0"
66

77
# Maximum number of dependencies a single task can have
88
# https://docs.taskcluster.net/reference/platform/taskcluster-queue/references/api#createTask

0 commit comments

Comments
 (0)