From 53438c9c5edcc139f03340e3a9860d9265a133ba Mon Sep 17 00:00:00 2001 From: "pcvolkmer-release-bot[bot]" <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 12:02:40 +0000 Subject: [PATCH] chore(master): release 0.10.5 (#64) Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- libs/deob/Cargo.toml | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 791216e..b23f23d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.4" + ".": "0.10.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ba389c8..6b57e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.5](https://github.com/pcvolkmer/osc-variant/compare/v0.10.4...v0.10.5) (2025-12-07) + + +### Features + +* add more verbose output ([#63](https://github.com/pcvolkmer/osc-variant/issues/63)) ([46d4156](https://github.com/pcvolkmer/osc-variant/commit/46d4156bb6044f221382b8cdd6b417d3a81a37b4)) + ## [0.10.4](https://github.com/pcvolkmer/osc-variant/compare/v0.10.3...v0.10.4) (2025-11-28) diff --git a/Cargo.lock b/Cargo.lock index 7351d52..12bed59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204" [[package]] name = "deob" -version = "0.10.4" +version = "0.10.5" dependencies = [ "cc", ] @@ -448,7 +448,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "osc-variant" -version = "0.10.4" +version = "0.10.5" dependencies = [ "base16ct", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 73f79b1..88342f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osc-variant" -version = "0.10.4" +version = "0.10.5" 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 = "0.10.4", optional = true } +deob = { path = "libs/deob", version = "0.10.5", optional = true } zip = { version = "6.0", optional = true } bytes = "1.11" sha2 = { version = "0.10", default-features = false } diff --git a/libs/deob/Cargo.toml b/libs/deob/Cargo.toml index a133b25..be37d8e 100644 --- a/libs/deob/Cargo.toml +++ b/libs/deob/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deob" -version = "0.10.4" +version = "0.10.5" edition = "2021" [build-dependencies]