Skip to content

Commit b4db53b

Browse files
chore: release v0.2.2 (#125)
## πŸ€– New release * `ducker`: 0.2.1 -> 0.2.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.2.2](v0.2.1...v0.2.2) - 2024-12-09 ### Other - *(deps)* bump chrono from 0.4.38 to 0.4.39 (#122) - *(deps)* bump tokio from 1.41.1 to 1.42.0 (#121) - *(deps)* bump ureq from 2.11.0 to 2.12.1 (#123) - *(deps)* bump clap from 4.5.22 to 4.5.23 (#124) </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 ade994f commit b4db53b

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

77
## [Unreleased]
88

9+
## [0.2.2](https://github.com/robertpsoane/ducker/compare/v0.2.1...v0.2.2) - 2024-12-09
10+
11+
### Other
12+
13+
- *(deps)* bump chrono from 0.4.38 to 0.4.39 (#122)
14+
- *(deps)* bump tokio from 1.41.1 to 1.42.0 (#121)
15+
- *(deps)* bump ureq from 2.11.0 to 2.12.1 (#123)
16+
- *(deps)* bump clap from 4.5.22 to 4.5.23 (#124)
17+
918
## [0.2.1](https://github.com/robertpsoane/ducker/compare/v0.2.0...v0.2.1) - 2024-12-04
1019

1120
### Fixed

β€Ž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.2.1"
5+
version = "0.2.2"
66
homepage = "http://github.com/robertpsoane/ducker"
77
repository = "http://github.com/robertpsoane/ducker"
88
edition = "2021"

0 commit comments

Comments
Β (0)