From b9c2cd81d8fc66fba21e708a4979baf5e3366bdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 05:32:57 +0000 Subject: [PATCH 1/2] chore: release v0.3.8 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04769f8..5f8f95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.3.8](https://github.com/toon-format/toon-rust/compare/v0.3.7...v0.3.8) - 2025-11-25 + +### Added + +- update to TOON v3.0 spec (breaking change) ([#36](https://github.com/toon-format/toon-rust/pull/36)) + ## [0.3.7](https://github.com/toon-format/toon-rust/compare/v0.3.6...v0.3.7) - 2025-11-21 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 433d668..b5cbe6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toon-format" -version = "0.3.7" +version = "0.3.8" edition = "2021" authors = [ "Johann Schopplich ", From f9da93fd11a3115f949734d29342db4273ae7d6f Mon Sep 17 00:00:00 2001 From: soul Date: Tue, 25 Nov 2025 11:06:19 +0530 Subject: [PATCH 2/2] chore:update version --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8f95d..8011b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.3.8](https://github.com/toon-format/toon-rust/compare/v0.3.7...v0.3.8) - 2025-11-25 +## [0.4.0](https://github.com/toon-format/toon-rust/compare/v0.3.7...v0.4.0) - 2025-11-25 ### Added diff --git a/Cargo.toml b/Cargo.toml index b5cbe6a..82bdbc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toon-format" -version = "0.3.8" +version = "0.4.0" edition = "2021" authors = [ "Johann Schopplich ",