Skip to content

Commit

Permalink
chore: release v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 6, 2025
1 parent 601b512 commit af3ad7b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.7](https://github.com/timvw/qv/compare/v0.9.6...v0.9.7) - 2025-01-06

### Fixed

- *(deps)* update rust crate clap to 4.5.4 (#119)
- *(deps)* update rust crate chrono to 0.4.38 (#118)
- *(deps)* update rust crate aws-config to 1.2.1 (#117)
- *(deps)* update rust crate aws-sdk-glue to 1.27 (#115)
- *(deps)* update rust crate aws-sdk-glue to 1.26 (#113)
- *(deps)* update aws-sdk-rust monorepo (#112)
- *(deps)* update rust crate aws-sdk-glue to 1.24 (#111)
- *(deps)* update rust crate aws-sdk-glue to 1.23

### Other

- *(deps)* update rust docker tag to v1.83 (#126)
- make it work with our custom/patched version
- clippy
- fmt
- upgrade to latest versions
- *(deps)* update rust crate assert_cmd to 2.0.14 (#116)

## [0.9.6](https://github.com/timvw/qv/compare/v0.9.5...v0.9.6) - 2024-03-30

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qv"
description = "quickly view your data"
version = "0.9.6"
version = "0.9.7"
edition = "2021"
homepage = "https://github.com/timvw/qv"
repository = "https://github.com/timvw/qv"
Expand Down

0 comments on commit af3ad7b

Please sign in to comment.