Skip to content

Commit ef849c0

Browse files
chore(release): update version to 0.1.5 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cee871c commit ef849c0

6 files changed

Lines changed: 19 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
## [Unreleased]
88

9+
## [0.1.5] - 2026-09-01
10+
11+
### Added
12+
13+
- Add audio support and restructure DIDL hierarchy for Infuse tvOS
14+
15+
### Fixed
16+
17+
- Fix to probing video files
18+
919
### Added
1020

1121
- `--bind` and `--name` so a multi-homed host can pick an interface and a DLNA friendly name

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.1.4"
11+
version = "0.1.5"
1212
edition = "2024"
1313
license = "MIT"
1414
repository = "https://github.com/dfallman/spritz"

api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ authors.workspace = true
1010
[dependencies]
1111
anyhow = "1.0.102"
1212
axum = "0.8.8"
13-
dlna = { version = "0.1.4", path = "../dlna" }
13+
dlna = { version = "0.1.5", path = "../dlna" }
1414
uuid = { version = "1", features = ["v5"] }
1515
hostname = "0.4"
16-
spritz-core = { version = "0.1.4", path = "../core" }
16+
spritz-core = { version = "0.1.5", path = "../core" }
1717
local-ip-address = "0.6.11"
1818
tokio = { version = "1.51.1", features = ["full"] }
1919
socket2 = "0.6"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "src/main.rs"
1313

1414
[dependencies]
1515
anyhow = "1.0.102"
16-
api = { version = "0.1.4", path = "../api" }
16+
api = { version = "0.1.5", path = "../api" }
1717
clap = { version = "4.6.0", features = ["derive"] }
1818
tokio = { version = "1.51.1", features = ["full"] }
1919
tracing = "0.1"

dlna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ axum = "0.8.8"
1313
httpdate = "1.0"
1414
if-addrs = "0.15"
1515
socket2 = "0.6"
16-
spritz-core = { version = "0.1.4", path = "../core" }
16+
spritz-core = { version = "0.1.5", path = "../core" }
1717
tokio = { version = "1.51.1", features = ["full"] }
1818
tower = "0.5"
1919
tower-http = { version = "0.6.8", features = ["timeout"] }

0 commit comments

Comments
 (0)