Skip to content

Commit

Permalink
Bump versions to 0.6.1 for sys and 0.6.2 for main crate
Browse files Browse the repository at this point in the history
Add release info to changelog
  • Loading branch information
faern committed Feb 11, 2022
1 parent 6f45f8a commit 4c49592
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]


## [0.6.2] - 2022-02-11
### Added
- Add `ct status` to load the conntrack status, and add conntrack status bitflags.

### Fixed
- Specify dependency versions more exactly to allow building with minimal versions
of the entire dependency tree.


## [0.6.1] - 2021-02-04
### Changed
Expand Down
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.0"
version = "0.6.1"
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.1"
version = "0.6.2"
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"]
bitflags = "1.0.4"
err-derive = "0.3.1"
log = "0.4"
nftnl-sys = { path = "../nftnl-sys", version = "0.6" }
nftnl-sys = { path = "../nftnl-sys", version = "0.6.1" }

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

0 comments on commit 4c49592

Please sign in to comment.