Skip to content

Commit a0190b7

Browse files
committed
v2.22.1
1 parent 4df44bf commit a0190b7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -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+
114
## 2.22.0
215

316
### Features

types/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.22.0"
3+
const VERSION = "2.22.1"

0 commit comments

Comments
 (0)