Skip to content

Commit 2160eb8

Browse files
chore: release v0.6.3 (#281)
## πŸ€– New release * `ducker`: 0.6.2 -> 0.6.3 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.6.3](v0.6.2...v0.6.3) - 2026-02-25 ### Other - change describe page ([#264](#264)) - *(deps)* bump chrono from 0.4.43 to 0.4.44 ([#286](#286)) - *(deps)* bump clap from 4.5.57 to 4.5.60 ([#285](#285)) - *(deps)* bump tempfile from 3.24.0 to 3.25.0 ([#284](#284)) - *(deps)* bump futures from 0.3.31 to 0.3.32 ([#283](#283)) - release v0.6.2 ([#280](#280)) </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 eebd842 commit 2160eb8

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

β€Ž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.6.3](https://github.com/robertpsoane/ducker/compare/v0.6.2...v0.6.3) - 2026-02-25
10+
11+
### Other
12+
13+
- change describe page ([#264](https://github.com/robertpsoane/ducker/pull/264))
14+
- *(deps)* bump chrono from 0.4.43 to 0.4.44 ([#286](https://github.com/robertpsoane/ducker/pull/286))
15+
- *(deps)* bump clap from 4.5.57 to 4.5.60 ([#285](https://github.com/robertpsoane/ducker/pull/285))
16+
- *(deps)* bump tempfile from 3.24.0 to 3.25.0 ([#284](https://github.com/robertpsoane/ducker/pull/284))
17+
- *(deps)* bump futures from 0.3.31 to 0.3.32 ([#283](https://github.com/robertpsoane/ducker/pull/283))
18+
- release v0.6.2 ([#280](https://github.com/robertpsoane/ducker/pull/280))
19+
920
## [0.6.2](https://github.com/robertpsoane/ducker/compare/v0.6.1...v0.6.2) - 2026-02-15
1021

1122
### 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.2"
5+
version = "0.6.3"
66
homepage = "https://ducker.soane.io"
77
repository = "https://github.com/robertpsoane/ducker"
88
edition = "2024"

0 commit comments

Comments
Β (0)