From 6c6941228d72480003f28a38bb76382ae8ac29c3 Mon Sep 17 00:00:00 2001 From: "pcvolkmer-release-bot[bot]" <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:56:25 +0100 Subject: [PATCH] chore(master): release 0.10.1 (#52) Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- libs/deob/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb1..e1a2442 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1fef30b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.10.1](https://github.com/pcvolkmer/osc-variant/compare/v0.10.0...v0.10.1) (2025-11-26) + + +### Features + +* add profile alias 'UMR' for 'UKM' ([#51](https://github.com/pcvolkmer/osc-variant/issues/51)) ([33fb430](https://github.com/pcvolkmer/osc-variant/commit/33fb4302737c4fe99579a0b7341d83c6b511b0c2)) diff --git a/Cargo.lock b/Cargo.lock index 5ad362b..909a087 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b" [[package]] name = "deob" -version = "0.1.2" +version = "0.10.1" dependencies = [ "cc", ] @@ -451,7 +451,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "osc-variant" -version = "0.10.0" +version = "0.10.1" dependencies = [ "base16ct", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f7d2400..8bc8234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osc-variant" -version = "0.10.0" +version = "0.10.1" edition = "2024" authors = ["Paul-Christian Volkmer"] description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort" @@ -21,7 +21,7 @@ quick-xml = { version = "0.38", features = ["escape-html", "serialize"], default console = "0.16" indicatif = "0.18" -deob = { path = "libs/deob", version = "*", optional = true } +deob = { path = "libs/deob", version = "0.10.1", optional = true } zip = { version = "6.0", optional = true } bytes = "1.10" sha2 = { version = "0.10", default-features = false } diff --git a/libs/deob/Cargo.toml b/libs/deob/Cargo.toml index 0c1e852..675422d 100644 --- a/libs/deob/Cargo.toml +++ b/libs/deob/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deob" -version = "0.1.2" +version = "0.10.1" edition = "2021" [build-dependencies]