nftables: 0.5.0 -> 0.6.0 (โ ๏ธ API breaking changes)
โ ๏ธ 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))
๐ค New release
nftables
: 0.5.0 -> 0.6.0 (โ ๏ธ API breaking changes)โ ๏ธ
nftables
breaking changesChangelog
This PR was generated with release-plz.