Skip to content

Commit a5acc5e

Browse files
committed
docs: draft 8.1.1 changelog (WIP)
[skip ci]
1 parent bcb95b7 commit a5acc5e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [8.1.1] - 2025-10-22
10+
11+
## Changed
12+
* deps: use latest version of qsv-tuned csv crate https://github.com/dathere/qsv/commit/7523e086350b672b61ad40a0b0487233dbd26871
13+
* deps: unpin zip from 4.6 and bump to 6 now that geosuggest uses it https://github.com/dathere/qsv/commit/957ad6d0ec9de502e4283ea02badb67f170c6111
14+
* build(deps): bump dns-lookup from 3.0.0 to 3.0.1 by @dependabot[bot] in https://github.com/dathere/qsv/pull/3057
15+
* build(deps): bump geosuggest-utils from 0.8.0 to 0.8.1 by @dependabot[bot] in https://github.com/dathere/qsv/pull/3058
16+
* build(deps): bump geosuggest-core from 0.8.0 to 0.8.1 by @dependabot[bot] in https://github.com/dathere/qsv/pull/3059
17+
* build(deps): bump memmap2 from 0.9.8 to 0.9.9 by @dependabot[bot] in https://github.com/dathere/qsv/pull/3060
18+
* build(deps): bump pyo3 from 0.27.0 to 0.27.1 by @dependabot[bot] in https://github.com/dathere/qsv/pull/3061
19+
* docs: Seeded developer documentation for index/stats/frequency modules by @kulnor in https://github.com/dathere/qsv/pull/3056
20+
* tweaked several publishing and test GH Actions workflows
21+
* applied `clippy::to_string_in_format_args` lint suggestion
22+
* bumped several indirect dependencies
23+
24+
## Fixed
25+
* use latest csvlens patched fork that fixes panic when using stdin input https://github.com/dathere/qsv/commit/34154e6c9a521f1a05c63d175a217d3ecbc125c6
26+
27+
## New Contributors
28+
* @kulnor made their first contribution in https://github.com/dathere/qsv/pull/3056
29+
30+
**Full Changelog**: https://github.com/dathere/qsv/compare/8.1.0...8.1.1
31+
932
## [8.1.0] - 2025-10-20
1033

1134
This minor release features:

0 commit comments

Comments
 (0)