mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-12-12 14:13:20 +00:00
chore(master): release 0.10.4 (#62)
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
a8c1744288
commit
3c0c6ca0be
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.10.3"
|
||||
".": "0.10.4"
|
||||
}
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.10.4](https://github.com/pcvolkmer/osc-variant/compare/v0.10.3...v0.10.4) (2025-11-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* recipe name in Makefile ([#61](https://github.com/pcvolkmer/osc-variant/issues/61)) ([a8c1744](https://github.com/pcvolkmer/osc-variant/commit/a8c17442885e08a2636d6501b2e777cf4889ec26))
|
||||
|
||||
## [0.10.3](https://github.com/pcvolkmer/osc-variant/compare/v0.10.2...v0.10.3) (2025-11-28)
|
||||
|
||||
|
||||
|
||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -215,7 +215,7 @@ checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
|
||||
|
||||
[[package]]
|
||||
name = "deob"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
@@ -448,7 +448,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||||
|
||||
[[package]]
|
||||
name = "osc-variant"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
dependencies = [
|
||||
"base16ct",
|
||||
"bytes",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "osc-variant"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
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.3", optional = true }
|
||||
deob = { path = "libs/deob", version = "0.10.4", optional = true }
|
||||
zip = { version = "6.0", optional = true }
|
||||
bytes = "1.11"
|
||||
sha2 = { version = "0.10", default-features = false }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "deob"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
edition = "2021"
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user