We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df44bf commit a0190b7Copy full SHA for a0190b7
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## 2.22.1
2
+
3
+### Fixes
4
+Fix CSV encoding
5
+- Update tests [aab3da6]
6
+- Properly encode CSV rows [c09df39]
7
+- Add test case for proper csv escaping [96a80fc]
8
+- Add meta-test [43dad69]
9
10
+### Maintenance
11
+- ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
12
+- remove golang.org/x/net/context in favour of stdlib context [4df44bf]
13
14
## 2.22.0
15
16
### Features
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.22.0"
+const VERSION = "2.22.1"
0 commit comments