Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Jan 23, 2020
1 parent 0d370fa commit c83d66d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

## [0.3.0] - 2020-01-23

### Added

- Add preliminary macOS support
Expand Down Expand Up @@ -46,5 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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
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
@@ -1,6 +1,6 @@
[package]
name = "ytop"
version = "0.2.0"
version = "0.3.0"
authors = ["Caleb Bassi <[email protected]>"]
license = "MIT"
description = "A TUI system monitor written in Rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ brew install ytop
Latest release:

```bash
cargo install -f --git https://github.com/cjbassi/ytop --tag 0.2.0
cargo install -f --git https://github.com/cjbassi/ytop --tag 0.3.0
```

Latest commit:
Expand Down

0 comments on commit c83d66d

Please sign in to comment.