Skip to content

Commit

Permalink
Bump to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek242 committed Sep 1, 2024
1 parent fc845e6 commit d8bd39e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [2.2.0] - 2024-09-01

### Added

- Added an implementation of `AsFd` on `Capture<Active>` on non-Windows.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pcap"
version = "2.1.0"
version = "2.2.0"
authors = ["Sean Bowe <[email protected]>", "Wojciech Kozlowski <[email protected]>", "Hideki Sekine"]
edition = "2021"
rust-version = "1.63"
Expand Down
2 changes: 1 addition & 1 deletion msrv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ dependencies = [

[[package]]
name = "pcap"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"bitflags 1.3.2",
"errno 0.2.8",
Expand Down

0 comments on commit d8bd39e

Please sign in to comment.