File tree Expand file tree Collapse file tree 12 files changed +15
-12
lines changed
Expand file tree Collapse file tree 12 files changed +15
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ members = [
2525resolver = " 2"
2626
2727[workspace .package ]
28- version = " 0.6.1 "
28+ version = " 0.6.2 "
2929authors = [" Daniel S. Reichenbach <daniel@kogito.network>" ]
3030edition = " 2024"
3131rust-version = " 1.92"
Original file line number Diff line number Diff line change 11[package ]
22name = " storm-ffi"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors.workspace = true
55edition = " 2021"
66rust-version.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " wow-mpq"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " wow-cdbc"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " wow-blp"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " wow-m2"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " wow-wmo"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " wow-adt"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " wow-wdl"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors.workspace = true
55edition.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments