Skip to content

Commit 5ebce0f

Browse files
chore: release v0.5.7 (#260)
## πŸ€– New release * `ducker`: 0.5.6 -> 0.5.7 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.7](v0.5.6...v0.5.7) - 2026-01-25 ### Other - *(deps)* bump ratatui from 0.29.0 to 0.30.0 ([#259](#259)) - rust 2024 ([#263](#263)) - *(deps)* bump tracing from 0.1.43 to 0.1.44 ([#254](#254)) - *(deps)* bump clap from 4.5.53 to 4.5.54 ([#262](#262)) - *(deps)* bump serde_json from 1.0.145 to 1.0.148 ([#256](#256)) </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 dad1f1e commit 5ebce0f

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [0.5.7](https://github.com/robertpsoane/ducker/compare/v0.5.6...v0.5.7) - 2026-01-25
10+
11+
### Other
12+
13+
- *(deps)* bump ratatui from 0.29.0 to 0.30.0 ([#259](https://github.com/robertpsoane/ducker/pull/259))
14+
- rust 2024 ([#263](https://github.com/robertpsoane/ducker/pull/263))
15+
- *(deps)* bump tracing from 0.1.43 to 0.1.44 ([#254](https://github.com/robertpsoane/ducker/pull/254))
16+
- *(deps)* bump clap from 4.5.53 to 4.5.54 ([#262](https://github.com/robertpsoane/ducker/pull/262))
17+
- *(deps)* bump serde_json from 1.0.145 to 1.0.148 ([#256](https://github.com/robertpsoane/ducker/pull/256))
18+
919
## [0.5.6](https://github.com/robertpsoane/ducker/compare/v0.5.5...v0.5.6) - 2025-12-15
1020

1121
### Added

β€Ž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.6"
5+
version = "0.5.7"
66
homepage = "https://ducker.soane.io"
77
repository = "https://github.com/robertpsoane/ducker"
88
edition = "2024"

0 commit comments

Comments
Β (0)