Skip to content

Commit

Permalink
Prepare for v0.2.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Sep 8, 2024
1 parent 8806b8b commit 77591f3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = "dash-mpd-cli"
version = "0.2.22"
version = "0.2.23"
authors = ["Eric Marsden <[email protected]>"]
license = "MIT"
description = "Download media content from a DASH-MPEG or DASH-WebM MPD manifest."
Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_armv7
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_riscv64
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down

0 comments on commit 77591f3

Please sign in to comment.