Skip to content

Commit

Permalink
updated to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DzenanJupic committed Jul 4, 2021
1 parent 3178720 commit d8f03be
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.4

### Changed

- upgraded to newest dependencies

### Fixed

- `clippy::nonstandard-macro-braces` warning

## 0.3.3

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustube"
version = "0.3.3"
version = "0.3.4"
authors = ["Dzenan Jupic <[email protected]>"]
edition = "2018"
description = "A YouTube video downloader, originally inspired by pytube, written in Rust."
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustube-cli"
version = "0.3.2"
version = "0.3.4"
authors = ["Dzenan Jupic <[email protected]>"]
edition = "2018"
description = "A CLI for rustube"
Expand Down
2 changes: 1 addition & 1 deletion cli/src/args/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mod stream_filter;

#[derive(Clap)]
#[clap(
version = "0.3.3",
version = "0.3.4",
about = "\n\
A simple CLI for the rustube YouTube-downloader library.\n\
For documentation and more information about rustube or the rustube-cli checkout \
Expand Down

0 comments on commit d8f03be

Please sign in to comment.