From 825b6e29c0c87c55f25a7d2bf72e7f90a88477ed Mon Sep 17 00:00:00 2001 From: Daniel Thaler Date: Mon, 28 Oct 2024 18:44:36 +0100 Subject: [PATCH] Version 0.9.1 Update to autosar-data 0.15.1 to fix an attribute parsing regression --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fce55d8..ac0e8ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "autosar-data" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a1daa73a92e282842a780659680b21d697e6ff785d19668d2b825ab6314441e" +checksum = "f416ce66a7c9b5df8174a9c3890e4a1febe258775c5c9b100750813129f842e5" dependencies = [ "autosar-data-specification", "fxhash", @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "py-autosar-data" -version = "0.9.0" +version = "0.9.1" dependencies = [ "autosar-data", "autosar-data-specification", diff --git a/Cargo.toml b/Cargo.toml index 4ca6bda..d51a1a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-autosar-data" -version = "0.9.0" +version = "0.9.1" edition = "2021" description = "read, write and modify Autosar arxml data using Python" authors = ["Daniel Thaler "] diff --git a/pyproject.toml b/pyproject.toml index 7966d3e..62e86c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -version = "0.9.0" +version = "0.9.1" description = "read, write and modify Autosar arxml data using Python" authors = [{name="Daniel Thaler", email="daniel@dthaler.de"}] readme = "README.md"