Skip to content

Commit f8d26d6

Browse files
chore: release v0.6.5 (#296)
## πŸ€– New release * `ducker`: 0.6.4 -> 0.6.5 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.6.5](v0.6.4...v0.6.5) - 2026-03-21 ### Other - *(deps)* bump clap from 4.5.60 to 4.6.0 ([#293](#293)) - *(deps)* bump tempfile from 3.26.0 to 3.27.0 ([#295](#295)) - *(deps)* bump tracing-subscriber from 0.3.22 to 0.3.23 ([#294](#294)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e14143b commit f8d26d6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [0.6.5](https://github.com/robertpsoane/ducker/compare/v0.6.4...v0.6.5) - 2026-03-21
10+
11+
### Other
12+
13+
- *(deps)* bump clap from 4.5.60 to 4.6.0 ([#293](https://github.com/robertpsoane/ducker/pull/293))
14+
- *(deps)* bump tempfile from 3.26.0 to 3.27.0 ([#295](https://github.com/robertpsoane/ducker/pull/295))
15+
- *(deps)* bump tracing-subscriber from 0.3.22 to 0.3.23 ([#294](https://github.com/robertpsoane/ducker/pull/294))
16+
917
## [0.6.4](https://github.com/robertpsoane/ducker/compare/v0.6.3...v0.6.4) - 2026-03-09
1018

1119
### Other

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ducker"
33
description = "A slightly quackers Docker TUI based on k9s πŸ¦†"
44
authors = ["Robert Soane"]
5-
version = "0.6.4"
5+
version = "0.6.5"
66
homepage = "https://ducker.soane.io"
77
repository = "https://github.com/robertpsoane/ducker"
88
edition = "2024"

0 commit comments

Comments
Β (0)