1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-12-12 14:13:20 +00:00

chore(master): release 0.10.5 (#64)

Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
This commit is contained in:
pcvolkmer-release-bot[bot]
2025-12-07 12:02:40 +00:00
committed by GitHub
parent 46d4156bb6
commit 53438c9c5e
5 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
{ {
".": "0.10.4" ".": "0.10.5"
} }

View File

@@ -1,5 +1,12 @@
# Changelog # 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) ## [0.10.4](https://github.com/pcvolkmer/osc-variant/compare/v0.10.3...v0.10.4) (2025-11-28)

4
Cargo.lock generated
View File

@@ -215,7 +215,7 @@ checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
[[package]] [[package]]
name = "deob" name = "deob"
version = "0.10.4" version = "0.10.5"
dependencies = [ dependencies = [
"cc", "cc",
] ]
@@ -448,7 +448,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]] [[package]]
name = "osc-variant" name = "osc-variant"
version = "0.10.4" version = "0.10.5"
dependencies = [ dependencies = [
"base16ct", "base16ct",
"bytes", "bytes",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "osc-variant" name = "osc-variant"
version = "0.10.4" version = "0.10.5"
edition = "2024" edition = "2024"
authors = ["Paul-Christian Volkmer"] authors = ["Paul-Christian Volkmer"]
description = "Anwendung zum Anpassen einer OSC-Datei an einen Standort" 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" console = "0.16"
indicatif = "0.18" 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 } zip = { version = "6.0", optional = true }
bytes = "1.11" bytes = "1.11"
sha2 = { version = "0.10", default-features = false } sha2 = { version = "0.10", default-features = false }

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "deob" name = "deob"
version = "0.10.4" version = "0.10.5"
edition = "2021" edition = "2021"
[build-dependencies] [build-dependencies]