Skip to content

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Oct 20, 2025

🤖 New release

  • can-dbc: 7.0.0 -> 8.0.0 (⚠ API breaking changes)

can-dbc breaking changes

--- failure feature_not_enabled_by_default: package feature is not enabled by default ---

Description:
A feature is no longer enabled by default for this package. This will break downstream crates which rely on the package's default features and require the functionality of this feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove-another
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/feature_not_enabled_by_default.ron

Failed in:
  feature with-serde in the package's Cargo.toml

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/inherent_method_missing.ron

Failed in:
  Dbc::from_str, previously in file /tmp/.tmpfztk20/can-dbc/src/lib.rs:627
Changelog

8.0.0 - 2025-10-23

Added

  • skip serializing empty vectors in various structs (#55)

Fixed

  • correctly feature gate default features (#53)

Other

  • [breaking] remove deprecated from_str method from Dbc implementation (#50)
  • [breaking] change Node to hold a single string, i.e. nodes: Vec<Node> (#54)
  • move tests to separate files (#52)
  • reorganize tests (#49)


This PR was generated with release-plz.

@Copilot Copilot AI review requested due to automatic review settings October 20, 2025 18:02
Copy link

@Copilot 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 is an automated release that bumps the version from 7.0.0 to 7.0.1, reflecting recent test reorganization changes.

  • Version update in Cargo.toml
  • Changelog entry documenting the patch release

Reviewed Changes

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

File Description
Cargo.toml Updates package version to 7.0.1
CHANGELOG.md Adds release notes for version 7.0.1 with test reorganization reference

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@nyurik nyurik force-pushed the release-plz-2025-10-20T18-02-32Z branch from 51add4d to 67a509f Compare October 22, 2025 16:27
@nyurik nyurik changed the title chore: release v7.0.1 chore: release v8.0.0 Oct 23, 2025
@nyurik nyurik force-pushed the release-plz-2025-10-20T18-02-32Z branch 3 times, most recently from 21ca071 to 4ac2edf Compare October 23, 2025 05:24
@nyurik nyurik force-pushed the release-plz-2025-10-20T18-02-32Z branch from 4ac2edf to 8879f3e Compare October 23, 2025 05:47
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.

1 participant