namib-project / nftables-rs

Safe abstraction for nftables JSON API (libnftables-json).
https://crates.io/crates/nftables
Apache License 2.0
32 stars 15 forks source link

chore: release v0.6.0 #79

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

๐Ÿค– New release

โš ๏ธ nftables breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.36.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Statement::QuotaRef, previously in file /tmp/.tmprkTbDr/nftables/src/stmt.rs:39
Changelog

## [0.6.0](https://github.com/namib-project/nftables-rs/compare/v0.5.0...v0.6.0) ### ๐Ÿ› Bug Fixes - *(stmt)* [**breaking**] Match anonymous and named quotas - ([61ba8ea](https://github.com/namib-project/nftables-rs/commit/61ba8eaec6502674104b77666dc89f8bc052e7ad)) ### ๐Ÿ“š Documentation - Define msrv - ([dfc8517](https://github.com/namib-project/nftables-rs/commit/dfc8517372dd8360dac27fbf8859d32b2f8f8bad)) ### ๐Ÿงช Testing - *(deserialize)* Generate deserialize tests with harness - ([68332fd](https://github.com/namib-project/nftables-rs/commit/68332fd8dfe3d03921b8f0fad64a324ba4b6b326))


This PR was generated with release-plz.

jwhb commented 3 weeks ago

Needs #87

jwhb commented 2 weeks ago

Commit message should be chore: release v0.6.0