Skip to content

Commit 42bc272

Browse files
committed
Bump version to v0.8.6
1 parent 05faced commit 42bc272

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.8.6 (2025-03-16)
2+
3+
* *(curl)* Added support for parsing cookies set using the `-b` flag, which
4+
recent versions of Chrome use.
5+
* *(exstrings)* Added functions for hashing and constant time comparing strings
6+
without copying to a byte array.
7+
18
# v0.8.5 (2025-02-16)
29

310
* Bumped minimum Go version to 1.23.

util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
package util
88

9-
const Version = "v0.8.5"
9+
const Version = "v0.8.6"
1010

1111
func VersionArray() [3]uint {
12-
return [3]uint{0, 8, 5}
12+
return [3]uint{0, 8, 6}
1313
}

0 commit comments

Comments
 (0)