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 40447b4 commit 50fab61Copy full SHA for 50fab61
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [7.3.1] - 2024-02-21
4
+
5
+### Added
6
7
+- Create a base docker image containing only run-task
8
9
10
## [7.3.0] - 2024-02-13
11
12
### 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.0"
+__version__ = "7.3.1"
# Maximum number of dependencies a single task can have
# https://docs.taskcluster.net/reference/platform/taskcluster-queue/references/api#createTask
0 commit comments