Skip to content

Commit

Permalink
Bump versions to 0.6.2 for sys and 1.0.0 for main crate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Sep 19, 2024
1 parent 6272cf4 commit e00ae24
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ 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.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nftnl-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nftnl-sys"
version = "0.6.1"
version = "0.6.2"
authors = ["Mullvad VPN"]
license = "MIT OR Apache-2.0"
description = "Low level FFI bindings to libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem"
Expand Down
4 changes: 2 additions & 2 deletions nftnl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nftnl"
version = "0.6.2"
version = "1.0.0"
authors = ["Mullvad VPN"]
license = "MIT OR Apache-2.0"
description = "Safe abstraction for libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem"
Expand All @@ -22,7 +22,7 @@ nftnl-1-1-2 = ["nftnl-sys/nftnl-1-1-2"]
[dependencies]
bitflags = "2.6.0"
log = "0.4"
nftnl-sys = { path = "../nftnl-sys", version = "0.6.1" }
nftnl-sys = { path = "../nftnl-sys", version = "0.6.2" }

[dev-dependencies]
ipnetwork = "0.20.0"
Expand Down

0 comments on commit e00ae24

Please sign in to comment.