Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtt authored and mkorkalo committed Feb 20, 2024
1 parent 66883ce commit a76d1f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.1.1 (2024-02-20)
* Do not print any error messages if .pcap file has been removed while
looping, just terminate if file can not be opened anymore.
0.1.0 (2023-12-21)
* Initial release
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pktreplay"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["SensorFleet R&D <rd.contact@sensorfleet.com>"]
homepage = "https://github.com/sensorfleet/pktreplay"
Expand Down

0 comments on commit a76d1f3

Please sign in to comment.