Skip to content

Commit 91d538e

Browse files
chore: bump version to 0.6.4
Reduced build matrix (6 targets), cached signing tools.
1 parent 015d5eb commit 91d538e

File tree

13 files changed

+31
-21
lines changed

13 files changed

+31
-21
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.6.4] - 2026-02-16
12+
13+
### Changed
14+
15+
- **CI**: Reduced build matrix from 10 to 6 targets
16+
- Dropped armv7-unknown-linux-gnueabihf and armv7-unknown-linux-musleabihf
17+
- Dropped x86_64-pc-windows-gnu (MSVC is the standard Windows target)
18+
- Dropped x86_64-apple-darwin (Apple transitioned to ARM in 2022)
19+
- **CI**: Cached rsign2 and rage signing tools to avoid recompilation on each release
20+
1121
## [0.6.3] - 2026-02-16
1222

1323
### Fixed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ members = [
2525
resolver = "2"
2626

2727
[workspace.package]
28-
version = "0.6.3"
28+
version = "0.6.4"
2929
authors = ["Daniel S. Reichenbach <daniel@kogito.network>"]
3030
edition = "2024"
3131
rust-version = "1.92"

ffi/storm-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "storm-ffi"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors.workspace = true
55
edition = "2021"
66
rust-version.workspace = true

file-formats/archives/wow-mpq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wow-mpq"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

file-formats/database/wow-cdbc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wow-cdbc"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

file-formats/graphics/wow-blp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wow-blp"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

file-formats/graphics/wow-m2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wow-m2"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

file-formats/graphics/wow-wmo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wow-wmo"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

file-formats/world-data/wow-adt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wow-adt"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)