Skip to content

Commit 5fb9e5b

Browse files
committed
docs: final 6.0.1 changelog
[skip ci]
1 parent 9605905 commit 5fb9e5b

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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
1119
* build(deps): bump chrono-tz from 0.10.3 to 0.10.4 by @dependabot[bot] in https://github.com/dathere/qsv/pull/2839
1220
* 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)
1331

1432

1533
**Full Changelog**: https://github.com/dathere/qsv/compare/6.0.0...6.0.1

0 commit comments

Comments
 (0)