diff --git a/CHANGELOG.md b/CHANGELOG.md index bccc4bd6..618561e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ Entries are generated by Release-plz when release PRs are merged. ## Unreleased +## [0.1.0](https://github.com/LeagueToolkit/league-toolkit/releases/tag/ltk_rst-v0.1.0) - 2026-05-09 + +### Added + +- add ltk_rst crate for RST (Riot String Table) support + +### Other + +- *(ltk_rst)* run rustfmt +- *(ltk_rst)* address review feedback and simplify Stringtable API +- *(ltk_rst)* address PR review feedback +- fix rustfmt in parse_files tests +- *(ltk_rst)* add integration tests using real game files +- fix rustfmt struct literal in RstFile::from_reader +- add AI-assisted development workflow with Speckit to README +- add new readme and llm docs/guide +- *(README)* add section on BC1/BC3 texture encoding with intel-tex feature +- remove AGPL-3.0 license and update to dual licensing under MIT and Apache-2.0 for all crates; delete LICENSE file +- add badges to README +- update licensing +- update README +- Update README.md ([#21](https://github.com/LeagueToolkit/league-toolkit/pull/21)) +- Initial commit + ## [0.1.11](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.10...ltk_shader-v0.1.11) - 2026-04-07 ### Other