From f362583cf6f7c51dd6dc9253f659ac559e4fc03c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:37:32 +0000 Subject: [PATCH] chore(ltk_ritobin): release v0.6.0 --- crates/ltk_ritobin/CHANGELOG.md | 13 +++++++++++++ crates/ltk_ritobin/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/crates/ltk_ritobin/CHANGELOG.md b/crates/ltk_ritobin/CHANGELOG.md index f3e6b035..8336cf50 100644 --- a/crates/ltk_ritobin/CHANGELOG.md +++ b/crates/ltk_ritobin/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_ritobin-v0.5.0...ltk_ritobin-v0.6.0) - 2026-07-13 + +### Added + +- *(ritobin)* error when unexpected ListItemBlock in non block-like parent +- *(ritobin)* [**breaking**] unnest things from typecheck::visitor module +- *(ritobin)* bring back strict root non entry errors +- *(ritobin)* nicer root entry related diagnostics + +### Other + +- add proper root entries to some tests + ## [0.5.0](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_ritobin-v0.4.0...ltk_ritobin-v0.5.0) - 2026-07-12 ### Added diff --git a/crates/ltk_ritobin/Cargo.toml b/crates/ltk_ritobin/Cargo.toml index 66053f48..17a539b1 100644 --- a/crates/ltk_ritobin/Cargo.toml +++ b/crates/ltk_ritobin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ltk_ritobin" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Ritobin text format parser and writer for League Toolkit" license = "MIT OR Apache-2.0"