Skip to content

Commit 4dbb850

Browse files
chore: release v0.6.0 (#268)
## πŸ€– New release * `ducker`: 0.5.7 -> 0.6.0 (⚠ API breaking changes) ### ⚠ `ducker` breaking changes ```text --- failure struct_pub_field_missing: pub struct's pub field removed or renamed --- Description: A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_pub_field_missing.ron Failed in: field containers of struct DockerNetwork, previously in file /tmp/.tmpAINe61/ducker/src/docker/network.rs:18 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.6.0](v0.5.7...v0.6.0) - 2026-01-26 ### Fixed - bump bollard ([#267](#267)) </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 f513442 commit 4dbb850

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [0.6.0](https://github.com/robertpsoane/ducker/compare/v0.5.7...v0.6.0) - 2026-01-26
10+
11+
### Fixed
12+
13+
- bump bollard ([#267](https://github.com/robertpsoane/ducker/pull/267))
14+
915
## [0.5.7](https://github.com/robertpsoane/ducker/compare/v0.5.6...v0.5.7) - 2026-01-25
1016

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

0 commit comments

Comments
Β (0)