mirror of
https://github.com/danog/ytop.git
synced 2024-12-02 09:27:48 +01:00
0.3.0
This commit is contained in:
parent
0d370fa7de
commit
c83d66d227
@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.0] - 2020-01-23
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Add preliminary macOS support
|
- Add preliminary macOS support
|
||||||
@ -46,5 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
Initial release!
|
Initial release!
|
||||||
|
|
||||||
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.2.0...HEAD
|
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.3.0...HEAD
|
||||||
|
[0.3.0]: https://github.com/cjbassi/ytop/compare/0.2.0...0.3.0
|
||||||
[0.2.0]: https://github.com/cjbassi/ytop/compare/0.1.0...0.2.0
|
[0.2.0]: https://github.com/cjbassi/ytop/compare/0.1.0...0.2.0
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1012,7 +1012,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ytop"
|
name = "ytop"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ytop"
|
name = "ytop"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Caleb Bassi <calebjbassi@gmail.com>"]
|
authors = ["Caleb Bassi <calebjbassi@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A TUI system monitor written in Rust"
|
description = "A TUI system monitor written in Rust"
|
||||||
|
Loading…
Reference in New Issue
Block a user