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

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Feb 14, 2020
1 parent 8936596 commit f2497be
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.4.3] - 2020-02-14

### Fixed

- [disk] fix disk widget constantly resizing
Expand Down Expand Up @@ -83,7 +85,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.4.2...HEAD
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.4.3...HEAD
[0.4.3]: https://github.com/cjbassi/ytop/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/cjbassi/ytop/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/cjbassi/ytop/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/cjbassi/ytop/compare/0.3.0...0.4.0
Expand Down
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.4.2"
version = "0.4.3"
authors = ["Caleb Bassi <[email protected]>"]
license = "MIT"
description = "A TUI system monitor written in Rust"
Expand Down
2 changes: 1 addition & 1 deletion package-publisher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use sha2::{Digest, Sha256};
use std::fs;
use std::process::Command;

const VERSION: &str = "0.4.2";
const VERSION: &str = "0.4.3";

async fn fetch_archive(url: &str) -> Vec<u8> {
reqwest::get(url)
Expand Down

0 comments on commit f2497be

Please sign in to comment.