diff --git a/CHANGELOG.md b/CHANGELOG.md index 172f8cc..5cc6938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 8580fd6..b06a98b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1012,7 +1012,7 @@ dependencies = [ [[package]] name = "ytop" -version = "0.2.0" +version = "0.3.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)", diff --git a/Cargo.toml b/Cargo.toml index 00eb9c8..7b464f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ytop" -version = "0.2.0" +version = "0.3.0" authors = ["Caleb Bassi "] license = "MIT" description = "A TUI system monitor written in Rust" diff --git a/README.md b/README.md index 26e5b63..922dc61 100644 --- a/README.md +++ b/README.md @@ -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: