From d27d23aeab651f61528b9bfe229fd463fd4d1995 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 06:58:34 +0000 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8011b0d..8c58317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.1](https://github.com/toon-format/toon-rust/compare/v0.4.0...v0.4.1) - 2025-12-20 + +### Added + +- gate cli features ([#41](https://github.com/toon-format/toon-rust/pull/41)) + +### Other + +- standardize CONTRIBUTING.md structure +- remove community health files (now using org defaults) +- update spec compliance issue-template + ## [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 13349b7..1fa1015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toon-format" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = [ "Johann Schopplich ",