diff --git a/CHANGELOG.md b/CHANGELOG.md index 56bdd06..fa3aa06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## [0.2.23] - Unreleased +## [0.2.23] - 2024-09-08 - Add the ability to download from file:// URLs. This requires the MPD manifest to specify an absolute BaseURL element at the MPD, Period or Representation level, or to use absolute URLS for diff --git a/Cargo.toml b/Cargo.toml index 1bcb950..0f2e1ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash-mpd-cli" -version = "0.2.22" +version = "0.2.23" authors = ["Eric Marsden "] license = "MIT" description = "Download media content from a DASH-MPEG or DASH-WebM MPD manifest." diff --git a/etc/Containerfile_linux_aarch64 b/etc/Containerfile_linux_aarch64 index 268b9c1..b123e6e 100644 --- a/etc/Containerfile_linux_aarch64 +++ b/etc/Containerfile_linux_aarch64 @@ -45,7 +45,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M LABEL org.opencontainers.image.title "dash-mpd-cli" LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli" LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli" -LABEL org.opencontainers.image.version "0.2.22" +LABEL org.opencontainers.image.version "0.2.23" LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org" LABEL org.opencontainers.image.licenses "MIT" diff --git a/etc/Containerfile_linux_amd64 b/etc/Containerfile_linux_amd64 index 8c42e8a..8cdd804 100644 --- a/etc/Containerfile_linux_amd64 +++ b/etc/Containerfile_linux_amd64 @@ -44,7 +44,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M LABEL org.opencontainers.image.title "dash-mpd-cli" LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli" LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli" -LABEL org.opencontainers.image.version "0.2.22" +LABEL org.opencontainers.image.version "0.2.23" LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org" LABEL org.opencontainers.image.licenses "MIT" diff --git a/etc/Containerfile_linux_armv7 b/etc/Containerfile_linux_armv7 index 64e9ac8..c292fba 100644 --- a/etc/Containerfile_linux_armv7 +++ b/etc/Containerfile_linux_armv7 @@ -50,7 +50,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M LABEL org.opencontainers.image.title "dash-mpd-cli" LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli" LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli" -LABEL org.opencontainers.image.version "0.2.22" +LABEL org.opencontainers.image.version "0.2.23" LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org" LABEL org.opencontainers.image.licenses "MIT" diff --git a/etc/Containerfile_linux_ppc64le b/etc/Containerfile_linux_ppc64le index 9b84ff5..9050102 100644 --- a/etc/Containerfile_linux_ppc64le +++ b/etc/Containerfile_linux_ppc64le @@ -59,7 +59,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M LABEL org.opencontainers.image.title "dash-mpd-cli" LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli" LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli" -LABEL org.opencontainers.image.version "0.2.22" +LABEL org.opencontainers.image.version "0.2.23" LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org" LABEL org.opencontainers.image.licenses "MIT" diff --git a/etc/Containerfile_linux_riscv64 b/etc/Containerfile_linux_riscv64 index 5049130..238bcd4 100644 --- a/etc/Containerfile_linux_riscv64 +++ b/etc/Containerfile_linux_riscv64 @@ -50,7 +50,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M LABEL org.opencontainers.image.title "dash-mpd-cli" LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli" LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli" -LABEL org.opencontainers.image.version "0.2.22" +LABEL org.opencontainers.image.version "0.2.23" LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org" LABEL org.opencontainers.image.licenses "MIT"