From dcdb1df6bf8e9468d089a83ed669b7035c141d12 Mon Sep 17 00:00:00 2001
From: Jerome Hue <jerome.hue@cea.fr>
Date: Fri, 28 Mar 2025 18:19:39 +0100
Subject: [PATCH 1/2] Fix import of ROOR symbol

---
 aidge_export_arm_cortexm/export_registry.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aidge_export_arm_cortexm/export_registry.py b/aidge_export_arm_cortexm/export_registry.py
index 2bdfac5..962be73 100644
--- a/aidge_export_arm_cortexm/export_registry.py
+++ b/aidge_export_arm_cortexm/export_registry.py
@@ -1,5 +1,5 @@
 from aidge_core.export_utils import ExportLib
-from aidge_export_arm_cortexm.utils import ROOT
+from aidge_export_arm_cortexm import ROOT
 
 class ExportLibAidgeARM(ExportLib):
     _name="aidge_arm"
-- 
GitLab


From 37f8bee553da4a894293f00f05ae67e778fcfe7e Mon Sep 17 00:00:00 2001
From: Maxence Naud <maxence.naud@cea.fr>
Date: Mon, 31 Mar 2025 10:06:01 +0000
Subject: [PATCH 2/2] upd: version 0.1.1 -> 0.1.2

---
 version.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.txt b/version.txt
index 17e51c3..d917d3e 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.1.1
+0.1.2
-- 
GitLab