Skip to content

Commit 9d928fc

Browse files
chore: release v0.9.16
1 parent 1a4468c commit 9d928fc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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) - 2025-11-26
10+
11+
### Other
12+
13+
- Fix clippy warnings for Rust 1.91
14+
- *(deps)* update rust docker tag to v1.91
15+
- Enable GitHub auto-merge in settings
16+
- Point release-plz at local manifest to skip crates.io version check
17+
- *(deps)* update github artifact actions
18+
- Reorder release flow to upload assets before creating release
19+
920
## [0.9.15](https://github.com/timvw/qv/compare/v0.9.7...v0.9.15) - 2025-11-25
1021

1122
### 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)