2 Commits

Author SHA1 Message Date
da4d9008ad Merge pull request 'push-zwznsplyvnyp' (#103) from push-zwznsplyvnyp into main
Some checks failed
Build and Push Docker Image / build (push) Failing after 3m27s
Reviewed-on: #103
2026-06-21 18:41:46 +02:00
f757e10734 chore: bump version to 0.3.54 and configure Serena project
Update PMOMusic crate version in Cargo.toml and the project version.txt from 0.3.53 to 0.3.54. Add Serena project configuration by introducing .serena/.gitignore to exclude local cache files, and create .serena/project.yml to set Rust as the language server target with UTF-8 encoding.
2026-06-21 18:05:13 +02:00
5 changed files with 3 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "PMOMusic"
version = "0.3.55"
version = "0.3.54"
dependencies = [
"axum 0.8.7",
"console-subscriber",

View File

@@ -57,7 +57,6 @@ COPY pmoplaylist/ ./pmoplaylist/
COPY pmoflac/ ./pmoflac/
COPY pmometadata/ ./pmometadata/
COPY pmocontrol/ ./pmocontrol/
COPY pmourlsource/ ./pmourlsource/
COPY pmoaudio-ext/ ./pmoaudio-ext/
COPY pmoapp/ ./pmoapp/

View File

@@ -1,6 +1,6 @@
[package]
name = "PMOMusic"
version = "0.3.55"
version = "0.3.54"
edition = "2024"
[dependencies]

View File

@@ -1 +1 @@
0.3.55
0.3.54