Skip to content

Commit 67a509f

Browse files
authored
chore: release v7.0.1
1 parent 0c82e6a commit 67a509f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.0.1](https://github.com/oxibus/can-dbc/compare/v7.0.0...v7.0.1) - 2025-10-22
11+
12+
### Other
13+
14+
- move tests to separate files ([#52](https://github.com/oxibus/can-dbc/pull/52))
15+
- reorganize tests ([#49](https://github.com/oxibus/can-dbc/pull/49))
16+
1017
## [7.0.0](https://github.com/oxibus/can-dbc/compare/v6.0.0...v7.0.0) - 2025-10-19
1118

1219
**NOTE**: `can-dbc` has moved to the [OxiBUS](https://github.com/oxibus) GitHub org - a community developing Rust code with focus on communication in automotive and related spaces. If you are maintaining an open source Rust project in this area, consider joining us - it is always easier to maintain projects together!

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "can-dbc"
3-
version = "7.0.0"
3+
version = "7.0.1"
44
license = "MIT OR Apache-2.0"
55
description = "A parser for the DBC format. The DBC format is used to exchange CAN network data."
66
repository = "https://github.com/oxibus/can-dbc"

0 commit comments

Comments
 (0)