Skip to content

Commit

Permalink
bumped version to 0.3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Dzenan Jupic <[email protected]>
  • Loading branch information
DzenanJupic committed Oct 18, 2021
1 parent 6979f4f commit d4e54ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.6

### Added

- support for `shorts` url (`youtube.com/shorts/<ID>`)

## 0.3.5

### Changed
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.5"
version = "0.3.6"
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.5"
version = "0.3.6"
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(Parser)]
#[clap(
version = "0.3.5",
version = "0.3.6",
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 d4e54ac

Please sign in to comment.