diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bfe27..8b09a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/robertpsoane/ducker/compare/v0.1.2...v0.1.3) - 2024-09-08 + +### Other + +- *(deps)* bump tokio from 1.39.3 to 1.40.0 ([#91](https://github.com/robertpsoane/ducker/pull/91)) +- *(deps)* bump async-trait from 0.1.81 to 0.1.82 ([#90](https://github.com/robertpsoane/ducker/pull/90)) + ## [0.1.2](https://github.com/robertpsoane/ducker/compare/v0.1.1...v0.1.2) - 2024-08-31 ### Other diff --git a/Cargo.lock b/Cargo.lock index 9816a1e..1a3d7c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "ducker" -version = "0.1.2" +version = "0.1.3" dependencies = [ "ansi-to-tui", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 67570c2..b6405d4 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.2" +version = "0.1.3" homepage = "http://github.com/robertpsoane/ducker" repository = "http://github.com/robertpsoane/ducker" edition = "2021"