Skip to content

New release 0.3.1#18

Merged
cathay4t merged 1 commit into
rust-netlink:mainfrom
cathay4t:new_release
May 8, 2026
Merged

New release 0.3.1#18
cathay4t merged 1 commit into
rust-netlink:mainfrom
cathay4t:new_release

Conversation

@cathay4t

@cathay4t cathay4t commented May 8, 2026

Copy link
Copy Markdown
Member

=== Breaking changes

  • N/A

=== New features

  • N/A

=== Bug fixes

=== Breaking changes
 - N/A

=== New features
 - N/A

=== Bug fixes
 - Add license file. (d37a398)

Signed-off-by: Gris Ge <cnfourt@gmail.com>
@cathay4t
cathay4t merged commit 66016e8 into rust-netlink:main May 8, 2026
3 checks passed
@cathay4t
cathay4t deleted the new_release branch May 8, 2026 04:44

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request bumps the version to 0.3.1 and updates the changelog to reflect the addition of a license file. A review comment identifies a discrepancy between the content of the newly added license file and the license field in Cargo.toml, noting that the file contains a custom clause and lacks a standard copyright notice.

Comment thread CHANGELOG
- N/A

### Bug fixes
- Add license file. (d37a398)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The LICENSE-MIT file being added contains a custom clause (lines 11-17) that is not part of the standard MIT license. This creates a discrepancy with the license = "MIT" field in Cargo.toml. Furthermore, the license file is missing the standard copyright notice line at the top.

To resolve this:

  • If you want to use the standard MIT license, replace the file content with the standard MIT template (including a copyright line) and remove the custom clause.
  • If the custom clause is intentional, update the license field in Cargo.toml to license-file = "LICENSE-MIT" to correctly reflect the use of a non-standard license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant