diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5a3a22f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.2](https://github.com/robertpsoane/ducker/compare/v0.0.1...v0.0.2) - 2024-06-27 + +### Fixed +- *(ci)* fix ci formatting +- update readme with `--locked` +- add initial ci +- fix clippy + +### Other +- fix formatting +- updates to installation instructions diff --git a/Cargo.lock b/Cargo.lock index 520c443..9ad2bc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "ducker" -version = "0.0.1" +version = "0.0.2" dependencies = [ "ansi-to-tui", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 930e8a1..cce92d6 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.0.1" +version = "0.0.2" homepage = "http://github.com/robertpsoane/ducker" repository = "http://github.com/robertpsoane/ducker" edition = "2021"