diff --git a/CHANGELOG.md b/CHANGELOG.md index ec41949..277749b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.4.0](https://github.com/Wahib-L/wrpt/compare/v0.3.0..v0.4.0) - 2025-01-01 +#### Features +- **(stacks)** implement `resource_control` command to display ResourceControl details of a specific stack - ([0111228](https://github.com/Wahib-L/wrpt/commit/01112287fde95e34009fc6fe4164a83c015d646a)) - [@Wahib-L](https://github.com/Wahib-L) +#### Miscellaneous Chores +- **(workflows)** update Docker and test workflows to trigger on release events and remove branch restrictions for better flexibility in CI/CD process - ([f4d408b](https://github.com/Wahib-L/wrpt/commit/f4d408b77f5d9f48e168a508427bf071f96c921e)) - [@Wahib-L](https://github.com/Wahib-L) + +- - - + ## [v0.3.0](https://github.com/Wahib-L/wrpt/compare/v0.2.1..v0.3.0) - 2025-01-01 #### Documentation - **(README.md)** update command list in README to include team and user commands - ([9b948a7](https://github.com/Wahib-L/wrpt/commit/9b948a79ef703190cc91ab37ba6c85ed39afe7dd)) - [@Wahib-L](https://github.com/Wahib-L) diff --git a/Cargo.lock b/Cargo.lock index a10165a..5bd4f7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1887,7 +1887,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "wrpt" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anstyle", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 88314d0..67ced05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpt" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MIT" description = "A minimal Portainer cli built with Rust"