Skip to content

Commit 1c43c35

Browse files
committed
chore: Release
1 parent 33d40cc commit 1c43c35

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsoncompat"
3-
version = "0.1.8-alpha.9"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "JSON Schema Compatibility Checker"
66
repository = "https://github.com/ostrowr/jsoncompat"
@@ -26,8 +26,8 @@ serde = { version = "1.0.217", features = ["derive"] }
2626
# Small, zero‑dep colour library for pleasant CLI output.
2727
owo-colors = "3.5"
2828
# Our own strict Draft‑2020 implementation crate
29-
json_schema_ast = { path = "schema", version = "0.1.8-alpha.9" }
30-
json_schema_fuzz = { path = "fuzz", version = "0.1.8-alpha.9" }
29+
json_schema_ast = { path = "schema", version = "0.2.0" }
30+
json_schema_fuzz = { path = "fuzz", version = "0.2.0" }
3131
console = "0.16.0"
3232

3333
[dev-dependencies]

fuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_schema_fuzz"
3-
version = "0.1.8-alpha.9"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "JSON Schema Fuzzer"
66
repository = "https://github.com/ostrowr/jsoncompat"
@@ -9,7 +9,7 @@ license = "MIT"
99
[dependencies]
1010
rand = "0.8"
1111
serde_json = "1.0.135"
12-
json_schema_ast = { path = "../schema", version = "0.1.8-alpha.9" }
12+
json_schema_ast = { path = "../schema", version = "0.2.0" }
1313
fancy-regex = "0.12"
1414

1515
[dev-dependencies]

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsoncompat_py"
3-
version = "0.1.8-alpha.9"
3+
version = "0.2.0"
44
readme = "README.md"
55
edition = "2021"
66
publish = false # This crate is not published to crates.io; only PyPI.

schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_schema_ast"
3-
version = "0.1.8-alpha.9"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "JSON Schema Compatibility Checker"
66
repository = "https://github.com/ostrowr/jsoncompat"

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# publish this as the *npm* package `jsoncompat` so consumers can simply
44
# `import { ... } from 'jsoncompat'`.
55
name = "jsoncompat_wasm"
6-
version = "0.1.8-alpha.9"
6+
version = "0.2.0"
77
edition = "2021"
88
description = "JSON Schema Compatibility Checker"
99
repository = "https://github.com/ostrowr/jsoncompat"

0 commit comments

Comments
 (0)