There was an error while loading. Please reload this page.
1 parent 308d4f4 commit 4fee255Copy full SHA for 4fee255
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.4.3](https://github.com/toon-format/toon-rust/compare/v0.4.2...v0.4.3) - 2026-02-16
9
+
10
+### Fixed
11
12
+- inline array parser ([#54](https://github.com/toon-format/toon-rust/pull/54))
13
14
## [0.4.2](https://github.com/toon-format/toon-rust/compare/v0.4.1...v0.4.2) - 2026-02-16
15
16
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "toon-format"
3
-version = "0.4.2"
+version = "0.4.3"
4
edition = "2021"
authors = [
"Johann Schopplich <hello@johannschopplich.com>",
0 commit comments