diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ead129..c19c43e 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.5](https://github.com/toon-format/toon-rust/compare/v0.4.4...v0.4.5) - 2026-03-30 + +### Fixed + +- preserve exact text for unquoted string values (#62(Fixes #59, #60, #61)) + ## [0.4.4](https://github.com/toon-format/toon-rust/compare/v0.4.3...v0.4.4) - 2026-03-04 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 8888c77..0a7131a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toon-format" -version = "0.4.4" +version = "0.4.5" edition = "2021" authors = [ "Johann Schopplich ",