⬆️ version bump to v0.3.40

- Update crate and project versions from `v0.3.39` to "\""
- Reorder imports in media_server.rs for consistency
  – Move `error_codes` import before other soap modules in pmoupnp
  – Reorder crate imports to group external and local deps logically (soap_client, then core types)
- Improve Browse response formatting: wrap long expressions for readability
  – Add deterministic sort by `+dc:title` in Browse requests (alphabetical, ascending)
  – Preserve track ordering by NOT sorting items (track number preserved), only containers
- Add explicit sort of container list in content_handler.rs for deterministic output
This commit is contained in:
2026-04-06 18:16:39 +02:00
parent abe8c1a4b2
commit 77cfb7b3e3
4 changed files with 27 additions and 10 deletions

View File

@@ -1 +1 @@
0.3.39
0.3.40