diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e669a865..d7c286225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [15.0.1] - 2025-08-14 + +## Reverted + +- multiprocess kind processing (#746) + ## [15.0.0] - 2025-08-13 ## Added diff --git a/pyproject.toml b/pyproject.toml index 766fe789e..ccd55899f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "15.0.0" +version = "15.0.1" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index c2786129d..186985fa2 100644 --- a/uv.lock +++ b/uv.lock @@ -2010,7 +2010,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "15.0.0" +version = "15.0.1" source = { editable = "." } dependencies = [ { name = "appdirs" },