From cc27e4efca488849e23d250eb47a1823e73e5bb1 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 21 Jun 2026 19:07:31 +0200 Subject: [PATCH] Bump version to 0.3.55 and update Dockerfile Incremented version from 0.3.54 to 0.3.55 in Cargo.toml and version.txt. Added COPY instruction for pmourlsource module in Dockerfile. --- .DS_Store | Bin 22532 -> 22532 bytes Cargo.lock | 2 +- Dockerfile | 1 + PMOMusic/Cargo.toml | 2 +- version.txt | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.DS_Store b/.DS_Store index 7c41d3b80d63f56e622ebb82897b25d46d982922..cffdaabef33ca6944ede501265db4a639994fcb2 100644 GIT binary patch delta 48 zcmZqKz}T{Zae_Z%&&Gh=@{Dqu`4#{0ZERp>+{|roi*I9*8j#@tVkj|gW)Jww4gj%t B5lsL9 delta 171 zcmZqKz}T{Zae_Z%-^PI5@~R393=CWhdJF{&xeWOX$v~XPkj9Y7ke*atT#%HLp9GZO zJy}noP)oYHTG!Cj(p*Qu#N4!2N1@u#&>X}uHLR`WCu t%iyx$qP(2^ymX*E<7OU(KYW|H4Q}ymex$3$xS87l%u-_9%pUNU9RNY|FM9w0 diff --git a/Cargo.lock b/Cargo.lock index 7300b4bc..0b5cb139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "PMOMusic" -version = "0.3.54" +version = "0.3.55" dependencies = [ "axum 0.8.7", "console-subscriber", diff --git a/Dockerfile b/Dockerfile index 0233127f..93891fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,7 @@ COPY pmoplaylist/ ./pmoplaylist/ COPY pmoflac/ ./pmoflac/ COPY pmometadata/ ./pmometadata/ COPY pmocontrol/ ./pmocontrol/ +COPY pmourlsource/ ./pmourlsource/ COPY pmoaudio-ext/ ./pmoaudio-ext/ COPY pmoapp/ ./pmoapp/ diff --git a/PMOMusic/Cargo.toml b/PMOMusic/Cargo.toml index 98ca0f4e..1caadc00 100644 --- a/PMOMusic/Cargo.toml +++ b/PMOMusic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "PMOMusic" -version = "0.3.54" +version = "0.3.55" edition = "2024" [dependencies] diff --git a/version.txt b/version.txt index aeb62e23..f7759c4f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.54 +0.3.55