Skip to content

Commit f2051b4

Browse files
committed
Release v0.1.2
1 parent 6e50a15 commit f2051b4

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fjson-cli"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
edition = "2024"
55

66
[dependencies]

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fjson-core"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
description = "fjson is a zero-dependency JSON Parser and Fixer. It takes any input and produces valid JSON. No AI involved."
66
repository = "https://github.com/matx64/fjson"

lib/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ impl Json {
477477
}
478478
}
479479
}
480-
481480
}
482481

483482
#[cfg(test)]

lib/src/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,3 @@ fn test_empty() {
327327

328328
assert_eq!(String::from("1e999"), fix("1e999"));
329329
}
330-

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fjson-wasm"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
edition = "2024"
55

66
[lib]

0 commit comments

Comments
 (0)