From 994f962779626e7f88a0a0770dc638927a2db83d Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Wed, 16 Sep 2026 11:04:53 +0200 Subject: [PATCH] chore: release 2.0.1 Ships the FdtSw growth-boundary fix (89f658d): roughly one tree in 256 hit FDT_ERR_NOSPACE on emission when its size landed on an exact INC_SIZE multiple. Signed-off-by: Igor Opaniuk --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 153fc17..efd1ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "qdte-lite" -version = "2.0.0" +version = "2.0.1" description = "Device Tree Editor Lite - edit device trees and (dis)assemble the Qualcomm config-ELF containers that hold them" readme = "README.md" license = {text = "BSD-3-Clause-Clear"}