Skip to content

Commit

Permalink
updated to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DzenanJupic committed Jun 9, 2021
1 parent e8b164f commit f3902a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.2

### Changed

- made the `embed` field of `PlayerMicroformatRenderer` `Option<_>`

## 0.2.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.1"
version = "0.3.2"
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.1"
version = "0.3.2"
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.1", features = ["download", "std"] }
rustube = { path = "..", version = "0.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.1",
version = "0.3.2",
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 f3902a6

Please sign in to comment.