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

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Jan 25, 2020
1 parent 0e25d2c commit 902759b
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.0] - 2020-01-25

### Added

- add better-panic
Expand Down Expand Up @@ -58,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release!

[Unreleased]: https://github.com/cjbassi/ytop/compare/0.3.0...HEAD
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.4.0...HEAD
[0.4.0]: https://github.com/cjbassi/ytop/compare/0.3.0...0.4.0
[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.3.0"
version = "0.4.0"
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.3.0";
const VERSION: &str = "0.4.0";

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

0 comments on commit 902759b

Please sign in to comment.