Skip to content

Commit a3514c2

Browse files
chore: release v0.5.6
1 parent 152a310 commit a3514c2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/wadtools/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.6](https://github.com/LeagueToolkit/wadtools/compare/v0.5.5...v0.5.6) - 2026-02-14
11+
12+
### Added
13+
14+
- better diff command
15+
16+
### Fixed
17+
18+
- update list_filters argument alias to use short form
19+
20+
### Other
21+
22+
- update league-toolkit to version 0.2.17
23+
1024
## [0.5.5](https://github.com/LeagueToolkit/wadtools/compare/v0.5.4...v0.5.5) - 2026-02-01
1125

1226
### Added

crates/wadtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wadtools"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)