Skip to content

Commit

Permalink
Update CHANGELOG.md with missing changes since last release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Sep 19, 2024
1 parent b71428a commit c015dcc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]


## [1.0.0] - 2024-09-19
### Added
- Implement `Default` for `nftnl::batch::Batch`.
- Add support for Raw payload expressions: https://github.com/mullvad/nftnl-rs/pull/52.

### Changed
- Upgrade crates to Rust 2021 edition.
- Specify MSRV for `nftnl` and `nftnl-sys` to version 1.56.0.
- Upgrade `bitflags` dependency to version 2.6.0.
- Fix minimal allowed version of `mnl` to 0.2.2.
- Remove the `error-derive` dependency. `std::error::Error` is now implemented manually for
`NetlinkError`.

### Removed
- Remove `Ord` and `PartialOrd` implementation on `States` and `ConntrackStatus`.

### Fixed
- Fix building documentation on docs.rs by not linking to `libmnl` and `libmnl` during documentation
generation.


## [0.6.2] - 2022-02-11
### Added
Expand Down

0 comments on commit c015dcc

Please sign in to comment.