mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-12-12 22:23:20 +00:00
chore(master): release 0.10.2 (#55)
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7cb0e01206
commit
c360c4d317
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.10.1"
|
".": "0.10.2"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.10.2](https://github.com/pcvolkmer/osc-variant/compare/v0.10.1...v0.10.2) (2025-11-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* build deb package ([#56](https://github.com/pcvolkmer/osc-variant/issues/56)) ([7cb0e01](https://github.com/pcvolkmer/osc-variant/commit/7cb0e012067e50dce325fe95c191abfc3d756b24))
|
||||||
|
* make property catalogue guid optional ([#54](https://github.com/pcvolkmer/osc-variant/issues/54)) ([1f0cec7](https://github.com/pcvolkmer/osc-variant/commit/1f0cec731edf2cebdefaca1657d45be6c42a5ef7))
|
||||||
|
|
||||||
## [0.10.1](https://github.com/pcvolkmer/osc-variant/compare/v0.10.0...v0.10.1) (2025-11-26)
|
## [0.10.1](https://github.com/pcvolkmer/osc-variant/compare/v0.10.0...v0.10.1) (2025-11-26)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -220,7 +220,7 @@ checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deob"
|
name = "deob"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
]
|
]
|
||||||
@@ -451,7 +451,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "osc-variant"
|
name = "osc-variant"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base16ct",
|
"base16ct",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "osc-variant"
|
name = "osc-variant"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
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.1", optional = true }
|
deob = { path = "libs/deob", version = "0.10.2", optional = true }
|
||||||
zip = { version = "6.0", optional = true }
|
zip = { version = "6.0", optional = true }
|
||||||
bytes = "1.10"
|
bytes = "1.10"
|
||||||
sha2 = { version = "0.10", default-features = false }
|
sha2 = { version = "0.10", default-features = false }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deob"
|
name = "deob"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user