From ace8d42436c1550432a464737b7c59f9fb588168 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:03:36 +0000 Subject: [PATCH] chore: release v0.1.6 (#116) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `ducker`: 0.1.5 -> 0.1.6 (✓ API compatible changes)
Changelog

## [0.1.6](https://github.com/robertpsoane/ducker/compare/v0.1.5...v0.1.6) - 2024-12-01 ### Other - *(deps)* bump tokio from 1.40.0 to 1.41.1 ([#112](https://github.com/robertpsoane/ducker/pull/112)) - *(deps)* bump serde from 1.0.210 to 1.0.215 ([#114](https://github.com/robertpsoane/ducker/pull/114)) - update brew installation to use the official tap ([#115](https://github.com/robertpsoane/ducker/pull/115))

--- 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 | 8 ++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a22ec..442fd54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/robertpsoane/ducker/compare/v0.1.5...v0.1.6) - 2024-12-01 + +### Other + +- *(deps)* bump tokio from 1.40.0 to 1.41.1 ([#112](https://github.com/robertpsoane/ducker/pull/112)) +- *(deps)* bump serde from 1.0.210 to 1.0.215 ([#114](https://github.com/robertpsoane/ducker/pull/114)) +- update brew installation to use the official tap ([#115](https://github.com/robertpsoane/ducker/pull/115)) + ## [0.1.5](https://github.com/robertpsoane/ducker/compare/v0.1.4...v0.1.5) - 2024-10-18 ### Other diff --git a/Cargo.lock b/Cargo.lock index ee0338e..2b554b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "ducker" -version = "0.1.5" +version = "0.1.6" dependencies = [ "ansi-to-tui", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1fd7cad..7443f77 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.1.5" +version = "0.1.6" homepage = "http://github.com/robertpsoane/ducker" repository = "http://github.com/robertpsoane/ducker" edition = "2021"