Skip to content

Commit

Permalink
Prepare for v0.17.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Oct 13, 2024
1 parent ccde497 commit 27bba6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.17.3] - Unreleased
## [0.17.3] - 2024-10-13

- Downloading: support for the use of sidx index information for manifests that use
SegmentBase@indexRange addressing. Use of this download mode, which is enabled by default 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"
version = "0.17.2"
version = "0.17.3"
authors = ["Eric Marsden <eric.marsden@risk-engineering.org>"]
description = "Parse, serialize, download an MPD manifest for MPEG-DASH or WebM-DASH media streaming"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,14 +254,14 @@ Add to your `Cargo.toml` file:

```toml
[dependencies]
dash-mpd = "0.17.2"
dash-mpd = "0.17.3"
```

If you don’t need the download functionality and wish to reduce code size, use:

```toml
[dependencies]
dash-mpd = { version = "0.17.2", default-features = false }
dash-mpd = { version = "0.17.3", default-features = false }
```

We endeavour to use **semantic versioning** for this crate despite its 0.x version number: a major
Expand Down

0 comments on commit 27bba6b

Please sign in to comment.