Skip to content

Commit 03492e4

Browse files
authored
Merge pull request #150 from timvw/release-plz-2025-11-25T12-49-53Z
chore: release v0.9.15
2 parents 886e279 + 1715ea8 commit 03492e4

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.9.15](https://github.com/timvw/qv/compare/v0.9.7...v0.9.15) - 2025-11-25
10+
11+
### Fixed
12+
13+
- *(deps)* update rust crate clap to 4.5.4 ([#119](https://github.com/timvw/qv/pull/119))
14+
- *(deps)* update rust crate chrono to 0.4.38 ([#118](https://github.com/timvw/qv/pull/118))
15+
- *(deps)* update rust crate aws-config to 1.2.1 ([#117](https://github.com/timvw/qv/pull/117))
16+
- *(deps)* update rust crate aws-sdk-glue to 1.27 ([#115](https://github.com/timvw/qv/pull/115))
17+
- *(deps)* update rust crate aws-sdk-glue to 1.26 ([#113](https://github.com/timvw/qv/pull/113))
18+
- *(deps)* update aws-sdk-rust monorepo ([#112](https://github.com/timvw/qv/pull/112))
19+
- *(deps)* update rust crate aws-sdk-glue to 1.24 ([#111](https://github.com/timvw/qv/pull/111))
20+
- *(deps)* update rust crate aws-sdk-glue to 1.23
21+
22+
### Other
23+
24+
- Add release-plz automation (PR on main, tag on merged release PR)
25+
- bump data stack and normalize local paths
26+
- Install per-target toolchain in binaries workflows
27+
- Simplify test command creation with cargo_bin!
28+
- Import assert_cmd::cargo for cargo_bin!
29+
- Use cargo::cargo_bin! macro in integration tests
30+
- Place clippy allow at crate root
31+
- Silence clippy result_large_err in integration tests
32+
- Fix binaries-check workflow and silence clippy large Err lint
33+
- Gate vendored OpenSSL per target and add binaries check workflow
34+
- Use Strawberry Perl for Windows vendored OpenSSL
35+
- Merge branch 'main' into renovate/mikepenz-action-junit-report-6.x
36+
- *(deps)* update mikepenz/action-junit-report action to v6
37+
- Vendor OpenSSL to fix cross builds
38+
- Inline OpenSSL install command for cross
39+
- Create release before uploading binaries
40+
- Add settings to delete merged branches
41+
- Pin delta_kernel to 0.6.0 for arrow 53
42+
- Add OpenSSL install helper for cross targets
43+
- Fix cross builds for Linux targets
44+
- Switch Linux builds to cross
45+
- Build OpenSSL for cross targets
46+
- Fix Linux builds for release workflow
47+
- Drop FreeBSD build from binary workflow
48+
- Simplify release flow
49+
- *(deps)* update mikepenz/action-junit-report action to v5
50+
- *(deps)* update rust docker tag to v1.83 ([#126](https://github.com/timvw/qv/pull/126))
51+
- *(deps)* update codecov/codecov-action action to v5
52+
- make it work with our custom/patched version
53+
- clippy
54+
- fmt
55+
- upgrade to latest versions
56+
- *(deps)* update rust crate assert_cmd to 2.0.14 ([#116](https://github.com/timvw/qv/pull/116))
57+
958
## [0.9.6](https://github.com/timvw/qv/compare/v0.9.5...v0.9.6) - 2024-03-30
1059

1160
### Other

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.6"
4+
version = "0.9.15"
55
edition = "2021"
66
homepage = "https://github.com/timvw/qv"
77
repository = "https://github.com/timvw/qv"

0 commit comments

Comments
 (0)