diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5985c..e577c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog of `pidtree_mon` +## [0.2.1] - 2024-09-14 + +### 🚀 Features + +- Extended output format specification +- Disabled all logging by default +- Updated to new with_daemon 0.2.0 +- Handling worker failure by requesting daemon shutdown +- Factored float divisions out of measuring loads + docs + +### 📚 Documentation + +- Fixed incorrect description +- Fixed errors in example tmux configurations +- Updated readme + +### ⚙️ Miscellaneous Tasks + +- Updated upload-artifact from v2 to v4 +- Added release --locked build to PR checks + ## [0.2.0] - 2024-09-09 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index b7e6494..76ac2c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "pidtree_mon" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index db4706b..1d6a6e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" categories = ["command-line-utilities"] keywords = ["cpu", "process", "linux", "cli", "utility"] -version = "0.2.0" +version = "0.2.1" edition = "2021"