Skip to content

Commit 6108ebf

Browse files
committed
Version 0.20.0
1 parent 9f3bc3d commit 6108ebf

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 0.20.0
4+
5+
Released 2025-04-16
6+
7+
- Fix AutosarModel::check_references(), which reported valid references as invalid
8+
- fix a new clippy warning
9+
310
## Version 0.19.0
411

512
Released 2025-03-15

autosar-data-specification/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autosar-data-specification"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Daniel Thaler <daniel@dthaler.de>"]
55
edition = "2024"
66
description = "specification of the Autosar arxml file format as rust data structures"

autosar-data/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autosar-data"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Daniel Thaler <daniel@dthaler.de>"]
55
edition = "2024"
66
description = "read, write and modify Autosar arxml data"
@@ -10,7 +10,7 @@ categories = ["parser-implementations"]
1010
repository = "https://github.com/DanielT/autosar-data"
1111

1212
[dependencies]
13-
autosar-data-specification = "0.19"
13+
autosar-data-specification = "0.20"
1414
thiserror = "2.0"
1515
smallvec = { version = "1.14.0", features = ["union", "const_generics"]}
1616
parking_lot = "0.12"

0 commit comments

Comments
 (0)