diff --git a/CHANGELOG.md b/CHANGELOG.md index 368b9f1..90a22ec 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.1.5](https://github.com/robertpsoane/ducker/compare/v0.1.4...v0.1.5) - 2024-10-18 + +### Other + +- updates to README +- *(deps)* bump async-trait from 0.1.82 to 0.1.83 ([#99](https://github.com/robertpsoane/ducker/pull/99)) +- *(deps)* bump clap from 4.5.17 to 4.5.20 ([#102](https://github.com/robertpsoane/ducker/pull/102)) +- *(deps)* bump futures from 0.3.30 to 0.3.31 ([#100](https://github.com/robertpsoane/ducker/pull/100)) + ## [0.1.4](https://github.com/robertpsoane/ducker/compare/v0.1.3...v0.1.4) - 2024-09-09 ### Other diff --git a/Cargo.lock b/Cargo.lock index 81c42e5..c623829 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "ducker" -version = "0.1.4" +version = "0.1.5" dependencies = [ "ansi-to-tui", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3ceba83..c26c02d 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.4" +version = "0.1.5" homepage = "http://github.com/robertpsoane/ducker" repository = "http://github.com/robertpsoane/ducker" edition = "2021"