Skip to content

Commit a66f524

Browse files
committed
docs: update v3.0.0 changelog (WIP)
[skip ci]
1 parent 9342ce6 commit a66f524

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

CHANGELOG.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [3.0.0] - 2025-02-13
1010

11-
## What's Changed
12-
* docs: QSV_AUTOINDEX => QSV_AUTOINDEX_SIZE by @jqnatividad in https://github.com/dathere/qsv/pull/2484
13-
* build(deps): bump mlua from 0.10.2 to 0.10.3 by @dependabot in https://github.com/dathere/qsv/pull/2485
11+
### Added
1412
* feat: additional `joinp` `asof` join sort and match options by @jqnatividad in https://github.com/dathere/qsv/pull/2486
15-
* build(deps): bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in https://github.com/dathere/qsv/pull/2488
16-
* build(deps): bump minijinja-contrib from 2.6.0 to 2.7.0 by @dependabot in https://github.com/dathere/qsv/pull/2489
17-
* `contrib(completions)`: update qsv completions for qsv 2.2.1 by @rzmk in https://github.com/dathere/qsv/pull/2494
18-
* fix & perf: `stats` compute string len stats only for strings by @jqnatividad in https://github.com/dathere/qsv/pull/2495
19-
* build(deps): bump qsv-stats from 0.27.0 to 0.28.0 by @dependabot in https://github.com/dathere/qsv/pull/2496
20-
* build(deps): bump bytes from 1.9.0 to 1.10.0 by @dependabot in https://github.com/dathere/qsv/pull/2497
21-
* build(deps): bump qsv-stats from 0.28.0 to 0.29.0 by @dependabot in https://github.com/dathere/qsv/pull/2498
2213
* feat: `stats` add "sortiness" statistic by @jqnatividad in https://github.com/dathere/qsv/pull/2499
23-
* build(deps): bump uuid from 1.12.1 to 1.13.1 by @dependabot in https://github.com/dathere/qsv/pull/2500
2414
* feat: `stats` and `frequency` add `--vis-whitespace` option by @jqnatividad in https://github.com/dathere/qsv/pull/2503
25-
* chore: Bump rand to 0.9 by @jqnatividad in https://github.com/dathere/qsv/pull/2504
26-
* build(deps): bump qsv-stats from 0.29.0 to 0.30.0 by @dependabot in https://github.com/dathere/qsv/pull/2505
2715
* feat: `sample` add --poisson sampling method; refactored indexed sampling method so it also uses less memory by @jqnatividad in https://github.com/dathere/qsv/pull/2507
28-
* build(deps): bump jsonschema from 0.28.3 to 0.29.0 by @dependabot in https://github.com/dathere/qsv/pull/2510
2916
* feat: `sample` add more sampling methods by @jqnatividad in https://github.com/dathere/qsv/pull/2511
30-
* build(deps): bump data-encoding from 2.7.0 to 2.8.0 by @dependabot in https://github.com/dathere/qsv/pull/2512
31-
* fix: `search` & `searchset` off by 1 when using `--flag` option by @jqnatividad in https://github.com/dathere/qsv/pull/2513
32-
* build(deps): bump simple-home-dir from 0.4.6 to 0.4.7 by @dependabot in https://github.com/dathere/qsv/pull/2515
3317
* feat: "smart" diff by @jqnatividad in https://github.com/dathere/qsv/pull/2518
18+
* feat: `stats` add uniqueness_ratio by @jqnatividad in https://github.com/dathere/qsv/pull/2521
19+
* `benchmarks` : added new benchmarks for `sample` for new sampling methods
20+
21+
### Changed
22+
* `contrib(completions)`: update qsv completions for qsv 2.2.1 by @rzmk in https://github.com/dathere/qsv/pull/2494
23+
* deps: bump polars to latest upstream after its py-1.22.0 release
24+
* deps: backported csv-core 0.1.12 fix to our qsv-optimized csv-core fork https://github.com/dathere/rust-csv/commit/5d0916e243f365a377b1b0e7c84bcf9585e83f2d
25+
* build(deps): bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in https://github.com/dathere/qsv/pull/2488
26+
* build(deps): bump bytes from 1.9.0 to 1.10.0 by @dependabot in https://github.com/dathere/qsv/pull/2497
27+
* build(deps): bump data-encoding from 2.7.0 to 2.8.0 by @dependabot in https://github.com/dathere/qsv/pull/2512
3428
* build(deps): bump geosuggest-core from 0.6.5 to 0.6.6 by @dependabot in https://github.com/dathere/qsv/pull/2520
3529
* build(deps): bump geosuggest-utils from 0.6.5 to 0.6.6 by @dependabot in https://github.com/dathere/qsv/pull/2519
36-
* feat: `stats` add uniqueness_ratio by @jqnatividad in https://github.com/dathere/qsv/pull/2521
30+
* build(deps): bump jsonschema from 0.28.3 to 0.29.0 by @dependabot in https://github.com/dathere/qsv/pull/2510
31+
* build(deps): bump minijinja-contrib from 2.6.0 to 2.7.0 by @dependabot in https://github.com/dathere/qsv/pull/2489
32+
* build(deps): bump mlua from 0.10.2 to 0.10.3 by @dependabot in https://github.com/dathere/qsv/pull/2485
33+
* build(deps): bump qsv-stats from 0.27.0 to 0.28.0 by @dependabot in https://github.com/dathere/qsv/pull/2496
34+
* build(deps): bump qsv-stats from 0.28.0 to 0.29.0 by @dependabot in https://github.com/dathere/qsv/pull/2498
35+
* build(deps): bump qsv-stats from 0.29.0 to 0.30.0 by @dependabot in https://github.com/dathere/qsv/pull/2505
36+
* chore: Bump rand to 0.9 by @jqnatividad in https://github.com/dathere/qsv/pull/2504
37+
* build(deps): bump simple-home-dir from 0.4.6 to 0.4.7 by @dependabot in https://github.com/dathere/qsv/pull/2515
38+
* build(deps): bump uuid from 1.12.1 to 1.13.1 by @dependabot in https://github.com/dathere/qsv/pull/2500
39+
* bumped numerous indirect dependencies to latest versions
40+
* applied select clippy lint suggestions
41+
42+
### Fixed
43+
* docs: QSV_AUTOINDEX => QSV_AUTOINDEX_SIZE by @jqnatividad in https://github.com/dathere/qsv/pull/2484
44+
* fix & perf: `stats` compute string len stats only for strings by @jqnatividad in https://github.com/dathere/qsv/pull/2495
45+
* fix: `search` & `searchset` off by 1 when using `--flag` option by @jqnatividad in https://github.com/dathere/qsv/pull/2513
46+
3747

3848
**Full Changelog**: https://github.com/dathere/qsv/compare/2.2.1...3.0.0
3949

0 commit comments

Comments
 (0)