mirror of
https://github.com/danog/ytop.git
synced 2024-11-26 12:04:50 +01:00
0.6.1
This commit is contained in:
parent
a4ca54eb15
commit
2d945a66a3
@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.6.1] - 2020-05-10
|
||||
|
||||
### Fixed
|
||||
|
||||
- [cpu/mem] fix line graph drawing
|
||||
@ -124,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
Initial release!
|
||||
|
||||
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.6.0...HEAD
|
||||
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.6.1...HEAD
|
||||
[0.6.1]: https://github.com/cjbassi/ytop/compare/0.6.0...0.6.1
|
||||
[0.6.0]: https://github.com/cjbassi/ytop/compare/0.5.1...0.6.0
|
||||
[0.5.1]: https://github.com/cjbassi/ytop/compare/0.5.0...0.5.1
|
||||
[0.5.0]: https://github.com/cjbassi/ytop/compare/0.4.3...0.5.0
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1187,7 +1187,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ytop"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"battery",
|
||||
"better-panic",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ytop"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = ["Caleb Bassi <calebjbassi@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "A TUI system monitor written in Rust"
|
||||
|
@ -7,7 +7,7 @@ use hex;
|
||||
use tokio;
|
||||
use reqwest;
|
||||
|
||||
const VERSION: &str = "0.6.0";
|
||||
const VERSION: &str = "0.6.1";
|
||||
|
||||
const AUR_DIR: &str = "/home/cjbassi/playground/packages/ytop";
|
||||
const AUR_BIN_DIR: &str = "/home/cjbassi/playground/packages/ytop-bin";
|
||||
|
Loading…
Reference in New Issue
Block a user