From 25837cf4dba5b22af0bd386197be58aa13bb00e5 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:23:56 +0100 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc3cf5..b35d1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.1.0 + +- Strip `\r` from source (https://github.com/Noratrieb/jsonformat/pull/7) +- Various project cleanups + # 2.0.0 There are many changes, the two formatting functions have been renamed, `format_reader_writer` now takes diff --git a/Cargo.lock b/Cargo.lock index f4c72e9..b8dab01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "jsonformat" -version = "2.0.0" +version = "2.1.0" dependencies = [ "criterion", ] diff --git a/Cargo.toml b/Cargo.toml index dcb66ab..dd3867a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "jsonformat-cli"] [package] name = "jsonformat" -version = "2.0.0" +version = "2.1.0" edition = "2024" license = "MIT" description = "Formats JSON extremely fast"