Skip to content

Commit

Permalink
updated to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DzenanJupic committed Jun 19, 2021
1 parent 2cf3857 commit ed06158
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.3.3

### Added

- `QualityLabel::P144HDR` (144p HDR)
- `QualityLabel::P240HDR` (240p HDR)
- `QualityLabel::360HDR` (360p HDR)
- `QualityLabel::P480HDR` (480 HDR)
- `QualityLabel::P4320Hz60HDR` (4320p60 HDR)

### Changed

- made `PlayabilityStatus.miniplayer` optional
- made `PlayabilityStatus.miniplayer` optional
- made `PlayerResponse.microformat` optional
- (internal) applied a fix to `/get_video_info`

## 0.3.2

### 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.2"
version = "0.3.3"
authors = ["Dzenan Jupic <[email protected]>"]
edition = "2018"
description = "A YouTube video downloader, originally inspired by pytube, written in Rust."
Expand Down
4 changes: 2 additions & 2 deletions 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.3"
authors = ["Dzenan Jupic <[email protected]>"]
edition = "2018"
description = "A CLI for rustube"
Expand All @@ -25,7 +25,7 @@ clap = "3.0.0-beta.2"
fern = { version = "0.6.0", features = ["colored"] }
log = "0.4.14"
mime = "0.3.16"
rustube = { path = "..", version = "0.3", features = ["download", "std"] }
rustube = { path = "..", version = "0.3.3", features = ["download", "std"] }
tokio = { version = "1.1.1", features = ["rt-multi-thread"] }
serde = "1.0.123"
strum = { version = "0.20.0", features = ["derive"] }
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.2",
version = "0.3.3",
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 ed06158

Please sign in to comment.