This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nuttx-ntfc.git


The following commit(s) were added to refs/heads/main by this push:
     new 69af6fe  release 0.0.3
69af6fe is described below

commit 69af6fefe3b1a8edb2a4e0ac75b8c5f6f359e711
Author: raiden00pl <[email protected]>
AuthorDate: Thu Sep 10 13:21:13 2026 +0200

    release 0.0.3
    
    Signed-off-by: raiden00pl <[email protected]>
---
 CHANGES.md     | 22 ++++++++++++++++++++++
 pyproject.toml |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..ea545cb
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,22 @@
+# Change Log
+
+## 0.0.3
+
+- Add GDB and coredump debugging tools.
+- Support kernel-mode NuttX builds and application images.
+- Add Linux target support.
+- Add line-buffered simulator and QEMU writes.
+- Add manifest-driven multi-core flashing and flash-only mode.
+- Support alternatives and wildcards in test requirements.
+
+## 0.0.2
+
+- Add serial, QEMU, SMP, and multi-core target support.
+- Add automatic build, flash, and Kconfig overrides.
+- Add parallel product, core, and session execution.
+- Add test filtering, ordering, and timeout controls.
+- Add reports, log monitoring, recovery, and test parsers.
+
+## 0.0.1
+
+- Initial public release.
diff --git a/pyproject.toml b/pyproject.toml
index 9c6ddc7..8851015 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ build-backend = 'setuptools.build_meta'
 
 [project]
 name = "ntfc"
-version = "0.0.2"
+version = "0.0.3"
 description = "NTFC for NuttX"
 readme = "README.md"
 requires-python = ">=3.10"

Reply via email to