Skip to content

Commit

Permalink
chore: merge main into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Dec 3, 2024
2 parents 3ee9384 + 04f46bd commit 4f20467
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
10 changes: 8 additions & 2 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
### 2024-10-20
### 2024-12-03

### Chores
+ dependencies updated, [7d3ba6d9e0716117ef87e239b6b54e4459cfab75], [fdbee8b900cbd7c97525bb91668eb695f288808f]

### Features
+ use a `Vec<u16>` for ports, and pop from back, [167314a1db209c501abf232de2de47b342fa10ec]

### Fixes
+ Set default address to `::1` when using IPv6 with no user provided address, [99a5a82881d302c004f654ea6d431c6bc6cbc727]
+ Dockerfile build `$BUILDPLATFORM`, [b7f671f9ea4ed30a9b7f55ecfcc01203ac1710a5], [1fa363b27c8d943326c5c88318b4a8142dedaaaa]


see <a href='https://github.com/mrjackwills/havn/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# <a href='https://github.com/mrjackwills/havn/releases/tag/v0.1.17'>v0.1.17</a>
### 2024-12-03

### Chores
+ dependencies updated, [7d3ba6d9e0716117ef87e239b6b54e4459cfab75], [fdbee8b900cbd7c97525bb91668eb695f288808f]
+ dependencies updated, [7d3ba6d9](https://github.com/mrjackwills/havn/commit/7d3ba6d9e0716117ef87e239b6b54e4459cfab75), [fdbee8b9](https://github.com/mrjackwills/havn/commit/fdbee8b900cbd7c97525bb91668eb695f288808f)

### Features
+ use a `Vec<u16>` for ports, and pop from back, [167314a1db209c501abf232de2de47b342fa10ec]
+ use a `Vec<u16>` for ports, and pop from back, [167314a1](https://github.com/mrjackwills/havn/commit/167314a1db209c501abf232de2de47b342fa10ec)

### Fixes
+ Dockerfile build `$BUILDPLATFORM`, [b7f671f9ea4ed30a9b7f55ecfcc01203ac1710a5], [1fa363b27c8d943326c5c88318b4a8142dedaaaa]
+ Dockerfile build `$BUILDPLATFORM`, [b7f671f9](https://github.com/mrjackwills/havn/commit/b7f671f9ea4ed30a9b7f55ecfcc01203ac1710a5), [1fa363b2](https://github.com/mrjackwills/havn/commit/1fa363b27c8d943326c5c88318b4a8142dedaaaa)

# <a href='https://github.com/mrjackwills/havn/releases/tag/v0.1.16'>v0.1.16</a>
### 2024-10-20
Expand Down
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 = "havn"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
authors = ["Jack Wills <[email protected]>"]
description = "A fast configurable port scanner with reasonable defaults"
Expand Down

0 comments on commit 4f20467

Please sign in to comment.