Skip to content

New release 0.6.0 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged

New release 0.6.0 #22

merged 1 commit into from
Apr 2, 2025

Conversation

cathay4t
Copy link
Member

@cathay4t cathay4t commented Apr 2, 2025

=== Breaking changes

  • Changed DecodeError from struct to enum. (5e39d65)
  • Changed EncodeError from struct to enum. (0353682)
  • DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
  • Removed the use of anyhow. (5e39d65, 0353682)
  • Replaced paste with pastey. (8897cf0)

=== New features

=== Bug fixes

  • N/A

=== Breaking changes
 - Changed `DecodeError` from `struct` to `enum`. (5e39d65)
 - Changed `EncodeError` from `struct` to `enum`. (0353682)
 - DecodeError and EncodeError is marked as non_exhaustive. (1e7454c)
 - Removed the use of `anyhow`. (5e39d65, 0353682)
 - Replaced `paste` with pastey. (8897cf0)

=== New features
 - Add `parse_i64()`. (414d14e)

=== Bug fixes
 - N/A

Signed-off-by: Gris Ge <[email protected]>
Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.08%. Comparing base (1e7454c) to head (8a16307).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   35.08%   35.08%           
=======================================
  Files           3        3           
  Lines         362      362           
=======================================
  Hits          127      127           
  Misses        235      235           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cathay4t cathay4t merged commit ed3fc1b into rust-netlink:main Apr 2, 2025
5 checks passed
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