We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da227de commit a21b812Copy full SHA for a21b812
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.11.1 (Released 2024-03-05)
2
+
3
+IMPROVEMENTS
4
5
+- fix: wire file parse bug, improve logic for picking json vs plaintext parser
6
7
## v0.11.0 (Released 2024-02-27)
8
9
IMPROVEMENTS
version.go
@@ -5,4 +5,4 @@
package fed
// Version is the current version
-const Version = "v0.11.0"
+const Version = "v0.11.1"
0 commit comments