From 74305fe0f6975058f3f0efb3f4381cb46b1d5164 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:47:35 +0000 Subject: [PATCH] chore: release v0.4.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350b923..0d0e0b4 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.4.3](https://github.com/toon-format/toon-rust/compare/v0.4.2...v0.4.3) - 2026-02-16 + +### Fixed + +- inline array parser ([#54](https://github.com/toon-format/toon-rust/pull/54)) + ## [0.4.2](https://github.com/toon-format/toon-rust/compare/v0.4.1...v0.4.2) - 2026-02-16 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 5bea40d..2009737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toon-format" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = [ "Johann Schopplich ",