From b4db53bfed4e6e6d0a59da3bb29ec60f7b0c5420 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:24:40 +0000 Subject: [PATCH] chore: release v0.2.2 (#125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `ducker`: 0.2.1 -> 0.2.2 (✓ API compatible changes)
Changelog

## [0.2.2](https://github.com/robertpsoane/ducker/compare/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)

--- 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> --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ef6bb..52f840b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/robertpsoane/ducker/compare/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) + ## [0.2.1](https://github.com/robertpsoane/ducker/compare/v0.2.0...v0.2.1) - 2024-12-04 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 596d152..95408fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "ducker" -version = "0.2.1" +version = "0.2.2" dependencies = [ "ansi-to-tui", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0d4beff..8797074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ducker" description = "A slightly quackers Docker TUI based on k9s 🦆" authors = ["Robert Soane"] -version = "0.2.1" +version = "0.2.2" homepage = "http://github.com/robertpsoane/ducker" repository = "http://github.com/robertpsoane/ducker" edition = "2021"