Skip to content

Commit 44daaee

Browse files
committed
Bump version 1.1.0
1 parent 70b5d65 commit 44daaee

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22

33
## Unreleased
44

5-
## v2.0.1
6-
7-
- Bumped golang.org/x/net to v0.52.0 to fix build failure with Go 1.25
8-
9-
## v2.0.0
10-
11-
### Breaking changes
12-
13-
- Renamed `-threads` flag to `-workers`
5+
## v1.1.0
146

157
### Added
168

@@ -20,12 +12,16 @@
2012

2113
### Changed
2214

15+
- Renamed `-threads` flag to `-workers`
2316
- Increased default number of workers from 10 to 50
2417
- Bumped [github.com/miekg/dns](https://github.com/miekg/dns) to v1.1.65
18+
- Bumped golang.org/x/net to v0.52.0
2519

2620
### Fixed
2721

28-
- Fixed nil pointer panic in DNS resolver [\#55](https://github.com/koenrh/s3enum/issues/55)
22+
- Fixed nil pointer panic in DNS resolver
23+
[\#55](https://github.com/koenrh/s3enum/issues/55)
24+
- Fixed graceful shutdown on interrupt
2925

3026
## v1.0.0
3127

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"time"
1212
)
1313

14-
const version = "2.0.1"
14+
const version = "1.1.0"
1515

1616
func main() {
1717
wordListPtr := flag.String("wordlist", "", "Path to word list")

0 commit comments

Comments
 (0)