Skip to content

Commit

Permalink
chore: released v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
komar007 committed Sep 14, 2024
1 parent fad5994 commit 62f5e26
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 62f5e26

Please sign in to comment.