You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
-
## What's Changed
10
-
* feat: update completions for qsv v6.0.0 by @rzmk in https://github.com/dathere/qsv/pull/2838
9
+
## [6.0.1] - 2025-07-12
10
+
11
+
This is a patch release with bug fixes and minor improvements.
12
+
13
+
---
14
+
15
+
### Changed
16
+
* feat: updated completions for qsv v6.0.0 by @rzmk in [#2838](https://github.com/dathere/qsv/pull/2838)
17
+
* docs: updated sample schema.json based on NYC311 1M row sample benchmark data
18
+
* docs: updated sample stats output using NYC 311 1M row sample benchmark data
11
19
* build(deps): bump chrono-tz from 0.10.3 to 0.10.4 by @dependabot[bot] in https://github.com/dathere/qsv/pull/2839
12
20
* build(deps): bump qsv-stats from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/dathere/qsv/pull/2840
21
+
* bumped indirect dependencies
22
+
* Added benchmark_data.* to .gitignore
23
+
24
+
### Fixed
25
+
*`geocode`: make `--batch=0` mode more robust by setting a minimum batch size of 1,000 rows https://github.com/dathere/qsv/commit/2fa90bcc7df57a338a4851bafb361e886cea97c5
26
+
*`jsonl`: correct batchsize calculation to use input file instead of output file for line counting https://github.com/dathere/qsv/commit/742dc777a3d2d2f3d70e72078d69cfdc39c04b4b
27
+
*`benchmarks`: fixed benchmarks with unescaped parameters with embedded spaces https://github.com/dathere/qsv/commit/ad95596b8400154b50042e2cb8352900d0198904
28
+
29
+
### Removed
30
+
- Removed retired publishing workflows (linux-glibc-231-musl-123 and wix-installer)
0 commit comments