From a3631a172363757f5eceb2a5626a21d60116b5be Mon Sep 17 00:00:00 2001 From: cogu Date: Mon, 14 Oct 2024 21:39:32 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf771c..5f6417c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ Non-collectable elements are various sub-elements to collectable elements. * DataReceiveErrorEvent | DATA-RECEIVE-ERROR-EVENT * DataSendCompletedEvent | DATA-SEND-COMPLETED-EVENT * DataWriteCompletedEvent | DATA-WRITE-COMPLETED-EVENT +* ExclusiveAreaRefConditional | EXCLUSIVE-AREA-REF-CONDITIONAL +* ExecutableEntityActivationReason | EXECUTABLE-ENTITY-ACTIVATION-REASON * ExternalTriggerOccurredEvent | EXTERNAL-TRIGGER-OCCURRED-EVENT * InitEvent | INIT-EVENT * InternalTriggerOccurredEvent | INTERNAL-TRIGGER-OCCURRED-EVENT @@ -40,6 +42,22 @@ Non-collectable elements are various sub-elements to collectable elements. * TimingEvent | TIMING-EVENT * TransformerHardErrorEvent | TRANSFORMER-HARD-ERROR-EVENT +#### XML - Reference elements + +* AbstractProvidedPortPrototypeRef +* AbstractRequiredPortPrototypeRef +* AsynchronousServerCallResultPointRef +* ExclusiveAreaNestingOrderRef +* ExclusiveAreaRef +* InternalTriggeringPointRef +* ModeSwitchPointRef +* RunnableEntityRef +* SwcImplementationRef +* SwcInternalBehaviorRef +* TriggerRef +* VariableAccessRef + + ### Fixed * Fixed parsing error on elements containing `ADMIN-DATA`. diff --git a/pyproject.toml b/pyproject.toml index 3a182af..58581c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "autosar" -version = "0.5.4a3" +version = "0.5.4b1" description = "A set of Python modules for working with AUTOSAR XML files" readme = "README.md" requires-python = ">=3.10"