update routes now support PATCH and PUT operations

remove the individual parameter PUT endpoints

minor bump
This commit is contained in:
2026-04-05 01:19:22 +01:00
parent cd80c7b763
commit 2ebf926b22
9 changed files with 56 additions and 242 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "vmr-http"
version = "0.2.0"
version = "0.3.0"
description = "HTTP API for controlling Voicemeeter"
readme = "README.md"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]