Skip to content

Commit

Permalink
Bump to version 1.3.0
Browse files Browse the repository at this point in the history
- Add `--date YYYYMMDD` option. Will run program as of date supplied.
Works for getting streams of historical games (assuming streams are
still active)
- Fix m3u playlist format
- Remove dependency on hls_m3u library, not needed
  • Loading branch information
tarkah committed Dec 9, 2019
1 parent 3b21b6f commit 7129ebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazystream"
version = "1.2.0"
version = "1.3.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use structopt::StructOpt;
#[structopt(
name = "lazystream",
about = "Easily get stream links for the current days NHL schedule.",
version = "1.2.0",
version = "1.3.0",
author = "tarkah <[email protected]>"
)]
pub struct Opt {
Expand Down

0 comments on commit 7129ebf

Please sign in to comment.