File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ### v1.2.0-dev ; 2025-09-20.2300
1+ ### v1.2.0; 2025-11-08
22```
33addressed raw base-16 issue https://github.com/cyclone-github/hashgen/issues/8
44added feature: "keep-order" from https://github.com/cyclone-github/hashgen/issues/7
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ require (
99 golang.org/x/crypto v0.43.0
1010)
1111
12- require golang.org/x/sys v0.37 .0 // indirect
12+ require golang.org/x/sys v0.38 .0 // indirect
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ github.com/openwall/yescrypt-go v1.0.0 h1:jsGk48zkFvtUjGVOhYPGh+CS595JmTRcKnpggK
66github.com/openwall/yescrypt-go v1.0.0 /go.mod h1:e6CWtFizUEOUttaOjeVMiv1lJaJie3mfOtLJ9CCD6sA =
77golang.org/x/crypto v0.43.0 h1:dduJYIi3A3KOfdGOHX8AVZ/jGiyPa3IbBozJ5kNuE04 =
88golang.org/x/crypto v0.43.0 /go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0 =
9- golang.org/x/sys v0.37 .0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ =
10- golang.org/x/sys v0.37 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
9+ golang.org/x/sys v0.38 .0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
10+ golang.org/x/sys v0.38 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ full changelog
5252https://github.com/cyclone-github/hashgen/blob/main/CHANGELOG.md
5353
5454latest changelog
55- v1.2.0-dev ; 2025-09-20.2300
55+ v1.2.0; 2025-11-08
5656 addressed raw base-16 issue https://github.com/cyclone-github/hashgen/issues/8
5757 added feature: "keep-order" from https://github.com/cyclone-github/hashgen/issues/7
5858 added dynamic lines/sec from https://github.com/cyclone-github/hashgen/issues/11
@@ -68,7 +68,7 @@ v1.2.0-dev; 2025-09-20.2300
6868*/
6969
7070func versionFunc () {
71- fmt .Fprintln (os .Stderr , "hashgen v1.2.0-dev ; 2025-09-20.2300 \n https://github.com/cyclone-github/hashgen" )
71+ fmt .Fprintln (os .Stderr , "hashgen v1.2.0; 2025-11-08 \n https://github.com/cyclone-github/hashgen" )
7272}
7373
7474// help function
You can’t perform that action at this time.
0 commit comments