We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8c01e commit fc3c88fCopy full SHA for fc3c88f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v0.8.3 (2024-12-16)
2
+
3
+* *(exhttp)* Added global flag for disabling automatic CORS headers when using
4
+ JSON response helper functions.
5
6
# v0.8.2 (2024-11-16)
7
8
* *(ffmpeg)* Added wrapper functions for `ffprobe`.
util.go
@@ -6,8 +6,8 @@
package util
9
-const Version = "v0.8.2"
+const Version = "v0.8.3"
10
11
func VersionArray() [3]uint {
12
- return [3]uint{0, 8, 2}
+ return [3]uint{0, 8, 3}
13
}
0 commit comments