mirror of
https://github.com/Noratrieb/jsonformat.git
synced 2026-01-14 14:15:03 +01:00
2.1.0
This commit is contained in:
parent
8f5b2ce07a
commit
25837cf4db
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -260,7 +260,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jsonformat"
|
||||
version = "2.0.0"
|
||||
version = "2.1.0"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue