1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 20:15:03 +01:00
This commit is contained in:
Caleb Bassi 2020-01-20 17:46:29 -08:00
parent 4e4f06faae
commit 4f233a5e9a
4 changed files with 7 additions and 4 deletions

View File

@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - 2020-01-20
### Added
- Color temperatures based on value
@ -40,4 +42,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release!
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.1.0...HEAD
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.2.0...HEAD
[0.2.0]: https://github.com/cjbassi/ytop/compare/0.1.0...0.2.0

2
Cargo.lock generated
View File

@ -978,7 +978,7 @@ dependencies = [
[[package]]
name = "ytop"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "ytop"
version = "0.1.0"
version = "0.2.0"
authors = ["Caleb Bassi <calebjbassi@gmail.com>"]
license = "MIT"
description = "A TUI system monitor written in Rust"

View File

@ -39,7 +39,7 @@ Specify `--to` to change the download location.
Latest release:
```bash
cargo install -f --git https://github.com/cjbassi/ytop --tag 0.1.0
cargo install -f --git https://github.com/cjbassi/ytop --tag 0.2.0
```
Latest commit: