Skip to content

Commit

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

## [Unreleased]

## [2.1.0] - 2024-08-27

### Added

- Add `want_pktap` on `Capture<Inactive>` for Mac OS.

## [2.0.0] - 2024-04-21

### Changed
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.0.0"
version = "2.1.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Wojciech Kozlowski <wk@wojciechkozlowski.eu>", "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.0.0"
version = "2.1.0"
dependencies = [
"bitflags 1.3.2",
"errno 0.2.8",
Expand Down

0 comments on commit 0d60108

Please sign in to comment.