From 727ba75c03da957009d86feb00833f4417e279f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:52:13 +0000 Subject: [PATCH] chore(ltk_rst): release v0.1.0 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ crates/ltk_ritobin/Cargo.toml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccc4bd6..a1dff820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,41 @@ Entries are generated by Release-plz when release PRs are merged. ## Unreleased +## [0.3.1](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_ritobin-v0.3.0...ltk_ritobin-v0.3.1) - 2026-06-11 + +### Fixed + +- *(ritobin)* properly handle inline comments ([#134](https://github.com/LeagueToolkit/league-toolkit/pull/134)) + +### Other + +- Merge pull request #128 from LeagueToolkit/ritobin-readme +- *(ltk_ritobin)* add readme docs + +## [0.1.0](https://github.com/LeagueToolkit/league-toolkit/releases/tag/ltk_rst-v0.1.0) - 2026-06-11 + +### 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 diff --git a/crates/ltk_ritobin/Cargo.toml b/crates/ltk_ritobin/Cargo.toml index ce9dcc1d..1e865c3a 100644 --- a/crates/ltk_ritobin/Cargo.toml +++ b/crates/ltk_ritobin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ltk_ritobin" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Ritobin text format parser and writer for League Toolkit" license = "MIT OR Apache-2.0"