Skip to content

Commit 7f5fb73

Browse files
chore: release v0.5.6 (#251)
## πŸ€– New release * `ducker`: 0.5.5 -> 0.5.6 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.6](v0.5.5...v0.5.6) - 2025-12-15 ### Added - prune networks ([#252](#252)) - containers page allows delete all containers at once ([#250](#250)) ### Other - change force delete keymap and improve message ([#253](#253)) - *(deps)* bump tracing-subscriber from 0.3.20 to 0.3.22 ([#249](#249)) </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 89190d4 commit 7f5fb73

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [0.5.6](https://github.com/robertpsoane/ducker/compare/v0.5.5...v0.5.6) - 2025-12-15
10+
11+
### Added
12+
13+
- prune networks ([#252](https://github.com/robertpsoane/ducker/pull/252))
14+
- containers page allows delete all containers at once ([#250](https://github.com/robertpsoane/ducker/pull/250))
15+
16+
### Other
17+
18+
- change force delete keymap and improve message ([#253](https://github.com/robertpsoane/ducker/pull/253))
19+
- *(deps)* bump tracing-subscriber from 0.3.20 to 0.3.22 ([#249](https://github.com/robertpsoane/ducker/pull/249))
20+
921
## [0.5.5](https://github.com/robertpsoane/ducker/compare/v0.5.4...v0.5.5) - 2025-12-07
1022

1123
### 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.5.5"
5+
version = "0.5.6"
66
homepage = "https://ducker.soane.io"
77
repository = "https://github.com/robertpsoane/ducker"
88
edition = "2021"

0 commit comments

Comments
Β (0)