Skip to content

Commit 6f4f089

Browse files
committed
0.7.0
1 parent e309545 commit 6f4f089

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema_analysis",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Infer schemas from JSON, YAML, XML, TOML, CBOR, and BSON",
55
"license": "MIT OR Apache-2.0",
66
"author": "QuartzLibrary",

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "schema_analysis"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "Infer schemas from JSON, YAML, XML, TOML, CBOR, and BSON"
99
readme = "README.md"
1010
license = { text = "MIT OR Apache-2.0" }

schema_analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "schema_analysis"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["QuartzLibrary"]
55
license = "MIT OR Apache-2.0"
66
edition = "2024"

schema_analysis/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![forbid(unsafe_code)]
22
#![warn(missing_docs)]
3-
#![doc(html_root_url = "https://docs.rs/schema_analysis/0.6.0/")]
3+
#![doc(html_root_url = "https://docs.rs/schema_analysis/0.7.0/")]
44
/*!
55
# Universal-ish Schema Analysis
66

0 commit comments

Comments
 (0)