Skip to content

Commit 1e0299b

Browse files
authored
chore: release v9.0.0 (#78)
## 🤖 New release * `can-dbc`: 8.1.0 -> 9.0.0 (⚠ API breaking changes) ### ⚠ `can-dbc` breaking changes ```text --- failure copy_impl_added: type now implements Copy --- Description: A public type now implements Copy, causing non-move closures to capture it by reference instead of moving it. ref: rust-lang/rust#100905 impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/copy_impl_added.ron Failed in: can_dbc::NumericValue in /tmp/.tmpiaRx6y/can-dbc/src/ast/numeric_value.rs:7 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [9.0.0](v8.1.0...v9.0.0) - 2026-03-20 ### Fixed - parse signal min/max as `NumericValue` ([#76](#76)) - ast/message_id: use 0x1FFF_FFFF (1<<29 - 1) instead of 2^29 in test ([#77](#77)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 3cafcb1 commit 1e0299b

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+
## [9.0.0](https://github.com/oxibus/can-dbc/compare/v8.1.0...v9.0.0) - 2026-03-20
11+
12+
### Fixed
13+
14+
- parse signal min/max as `NumericValue` ([#76](https://github.com/oxibus/can-dbc/pull/76))
15+
- ast/message_id: use 0x1FFF_FFFF (1<<29 - 1) instead of 2^29 in test ([#77](https://github.com/oxibus/can-dbc/pull/77))
16+
1017
## [8.1.0](https://github.com/oxibus/can-dbc/compare/v8.0.1...v8.1.0) - 2026-01-23
1118

1219
### Added

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 = "8.1.0"
3+
version = "9.0.0"
44
description = "A parser for the DBC format. The DBC format is used to exchange CAN network data."
55
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
66
categories = ["embedded", "no-std", "encoding", "parsing"]

0 commit comments

Comments
 (0)