Skip to content

Commit f3dc2f4

Browse files
chore: release v0.9.16
1 parent 35a5d3f commit f3dc2f4

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.9.16](https://github.com/timvw/qv/compare/v0.9.15...v0.9.16) - 2026-02-26
10+
11+
### Fixed
12+
13+
- *(renovate)* include major updates in datafusion ecosystem group ([#162](https://github.com/timvw/qv/pull/162))
14+
15+
### Other
16+
17+
- *(deps)* update github artifact actions (major) ([#164](https://github.com/timvw/qv/pull/164))
18+
- *(renovate)* group datafusion/deltalake/object_store deps together
19+
- *(deps)* update rust docker tag to v1.93 ([#158](https://github.com/timvw/qv/pull/158))
20+
- *(deps)* update github artifact actions (major) ([#155](https://github.com/timvw/qv/pull/155))
21+
- *(deps)* update rust docker tag to v1.92 ([#154](https://github.com/timvw/qv/pull/154))
22+
- Add explicit permissions to GitHub workflows
23+
- Fix clippy warnings for Rust 1.91
24+
- *(deps)* update rust docker tag to v1.91
25+
- Enable GitHub auto-merge in settings
26+
- Point release-plz at local manifest to skip crates.io version check
27+
- *(deps)* update github artifact actions
28+
- Reorder release flow to upload assets before creating release
29+
930
## [0.9.15](https://github.com/timvw/qv/compare/v0.9.7...v0.9.15) - 2025-11-25
1031

1132
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "qv"
33
description = "quickly view your data"
4-
version = "0.9.15"
4+
version = "0.9.16"
55
edition = "2021"
66
homepage = "https://github.com/timvw/qv"
77
repository = "https://github.com/timvw/qv"

0 commit comments

Comments
 (0)