Skip to content

Commit 027755f

Browse files
release: bump version to 0.6.2
1 parent 0266b39 commit 027755f

File tree

12 files changed

+15
-12
lines changed

12 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.6.2] - 2026-02-16
12+
1113
### Changed
1214

1315
- **CI**: Refactored GitHub Actions workflows for improved CI infrastructure
@@ -857,7 +859,8 @@ and this project adheres to
857859
- **wow-mpq**: Attributes files use full StormLib-compatible format
858860
(CRC32+MD5+timestamp) instead of CRC32-only
859861

860-
[0.5.0]: https://github.com/wowemulation-dev/warcraft-rs/compare/v0.4.0...v0.5.0
862+
[0.6.2]: https://github.com/wowemulation-dev/warcraft-rs/compare/v0.6.1...v0.6.2
863+
[0.6.1]: https://github.com/wowemulation-dev/warcraft-rs/compare/v0.6.0...v0.6.1
861864
[0.4.0]: https://github.com/wowemulation-dev/warcraft-rs/compare/v0.3.1...v0.4.0
862865
[0.3.1]: https://github.com/wowemulation-dev/warcraft-rs/compare/v0.3.0...v0.3.1
863866
[0.3.0]: https://github.com/wowemulation-dev/warcraft-rs/compare/v0.2.0...v0.3.0

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.1"
28+
version = "0.6.2"
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.1"
3+
version = "0.6.2"
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.1"
3+
version = "0.6.2"
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.1"
3+
version = "0.6.2"
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.1"
3+
version = "0.6.2"
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.1"
3+
version = "0.6.2"
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.1"
3+
version = "0.6.2"
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.1"
3+
version = "0.6.2"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

file-formats/world-data/wow-wdl/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-wdl"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)