Skip to content

chore: release v9.0.0#78

Merged
nyurik merged 1 commit intomainfrom
release-plz-2026-03-20T05-23-59Z
Mar 20, 2026
Merged

chore: release v9.0.0#78
nyurik merged 1 commit intomainfrom
release-plz-2026-03-20T05-23-59Z

Conversation

@nyurik
Copy link
Copy Markdown
Member

@nyurik nyurik commented Mar 20, 2026

🤖 New release

  • can-dbc: 8.1.0 -> 9.0.0 (⚠ API breaking changes)

can-dbc breaking changes

--- 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: https://github.com/rust-lang/rust/issues/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
Changelog

9.0.0 - 2026-03-20

Fixed

  • parse signal min/max as NumericValue (#76)
  • ast/message_id: use 0x1FFF_FFFF (1<<29 - 1) instead of 2^29 in test (#77)


This PR was generated with release-plz.

Copilot AI review requested due to automatic review settings March 20, 2026 05:24
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs the release bookkeeping for can-dbc v8.1.1, aligning the crate version and changelog with the fixes shipped since v8.1.0.

Changes:

  • Bump crate version from 8.1.0 to 8.1.1 in Cargo.toml.
  • Add a v8.1.1 changelog entry documenting the test fix for ast/message_id.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
CHANGELOG.md Adds the 8.1.1 release section and notes the included fix (PR #77).
Cargo.toml Updates the crate package version to 8.1.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nyurik nyurik changed the title chore: release v8.1.1 chore: release v9.0.0 Mar 20, 2026
@nyurik nyurik force-pushed the release-plz-2026-03-20T05-23-59Z branch from 8b10744 to ee95e2a Compare March 20, 2026 05:42
@nyurik nyurik merged commit 1e0299b into main Mar 20, 2026
7 checks passed
@nyurik nyurik deleted the release-plz-2026-03-20T05-23-59Z branch March 20, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants