Skip to content

Commit 1288848

Browse files
committed
v1.0.0
1 parent 7e78f08 commit 1288848

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## 1.0.0 - 2025-01-16
6+
7+
- Add ARP header support.
8+
- Add IPv6 header support.
9+
- Improve formatting of packet output.
10+
- Remove debug print statement from IPv4 header parsing.
11+
512
## 0.2.0 - 2025-01-03
613

714
- Add option to write packets to file as PCAP Capture File Format.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem install redhound
2525
/ , _/ -_) _ / _ \/ _ \/ // / _ \/ _ /
2626
/_/|_|\__/\_,_/_//_/\___/\_,_/_//_/\_,_/
2727

28-
Version: 0.1.0
28+
Version: 1.0.0
2929
Dump and analyze network packets.
3030

3131
Usage: redhound [options] ...

lib/redhound/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Redhound
5-
VERSION = '0.2.0'
5+
VERSION = '1.0.0'
66
end

0 commit comments

Comments
 (0)