diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd365d..17a1137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.6.1](https://github.com/wahl-dev/wrpt/compare/v0.6.0..v0.6.1) - 2025-01-14 +#### Bug Fixes +- **(docker)** switch base image from distroless to debian:12-slim for better compatibility and add docker-compose binary to the image - ([93138a1](https://github.com/wahl-dev/wrpt/commit/93138a1317e2d318f040f09142b4e0eedfdc756a)) - [@Wahib-L](https://github.com/Wahib-L) + +- - - + ## [v0.6.0](https://github.com/wahl-dev/wrpt/compare/v0.5.2..v0.6.0) - 2025-01-06 #### Features - add --insecure flag to skip SSL certificate verification for API requests - ([62fe521](https://github.com/wahl-dev/wrpt/commit/62fe521ab7039a54f0decfd905e41e4981f895f0)) - [@Wahib-L](https://github.com/Wahib-L) diff --git a/Cargo.lock b/Cargo.lock index d67a939..ae8f474 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1887,7 +1887,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "wrpt" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anstyle", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f252007..a5600a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpt" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT" description = "A minimal Portainer cli built with Rust"