Skip to content

Commit

Permalink
updated to 0.3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Dzenan Jupic <[email protected]>
  • Loading branch information
DzenanJupic committed Jan 2, 2022
1 parent 5893730 commit 131f6ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.8

### Fixed

- file extension when downloading streams is no longer hardcoded to `mp4`, but depends on the stream mime instead

## 0.3.7

### Removed
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.7"
version = "0.3.8"
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.7"
version = "0.3.8"
authors = ["Dzenan Jupic <[email protected]>"]
edition = "2018"
description = "A CLI for rustube"
Expand Down

0 comments on commit 131f6ad

Please sign in to comment.