From af92a94873380afaebcb721c039398c47a4e5ce9 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 15 Aug 2020 13:08:21 +0900 Subject: [PATCH 1/2] Bump version to v0.3.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e31877..b3fabba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hls_m3u8" -version = "0.3.0" # remember to update html_root_url +version = "0.3.1" # remember to update html_root_url authors = ["Takeru Ohta ", "Luro02 <24826124+Luro02@users.noreply.github.com>"] description = "HLS m3u8 parser/generator" homepage = "https://github.com/sile/hls_m3u8" diff --git a/src/lib.rs b/src/lib.rs index 6657ef2..b31c238 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.3.0")] +#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.3.1")] #![forbid(unsafe_code)] #![warn(rust_2018_idioms)] #![warn( From 09227f124b054c44058336185a531c8806e1430f Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 15 Aug 2020 16:01:19 +0900 Subject: [PATCH 2/2] Change the new version to v0.4.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3fabba..c8541a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hls_m3u8" -version = "0.3.1" # remember to update html_root_url +version = "0.4.0" # remember to update html_root_url authors = ["Takeru Ohta ", "Luro02 <24826124+Luro02@users.noreply.github.com>"] description = "HLS m3u8 parser/generator" homepage = "https://github.com/sile/hls_m3u8" diff --git a/src/lib.rs b/src/lib.rs index b31c238..2c3e595 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.3.1")] +#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.4.0")] #![forbid(unsafe_code)] #![warn(rust_2018_idioms)] #![warn(