diff --git a/Cargo.lock b/Cargo.lock index 313542d..802f1d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "graphrefly-bindings-js" -version = "0.0.9" +version = "0.0.10" dependencies = [ "ahash", "crossbeam-channel", @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "graphrefly-bindings-py" -version = "0.0.9" +version = "0.0.10" dependencies = [ "graphrefly-core", "graphrefly-graph", @@ -635,7 +635,7 @@ dependencies = [ [[package]] name = "graphrefly-bindings-wasm" -version = "0.0.9" +version = "0.0.10" dependencies = [ "graphrefly-core", "graphrefly-graph", @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "graphrefly-core" -version = "0.0.9" +version = "0.0.10" dependencies = [ "ahash", "criterion", @@ -669,7 +669,7 @@ dependencies = [ [[package]] name = "graphrefly-graph" -version = "0.0.9" +version = "0.0.10" dependencies = [ "blake3", "ciborium", @@ -691,7 +691,7 @@ dependencies = [ [[package]] name = "graphrefly-operators" -version = "0.0.9" +version = "0.0.10" dependencies = [ "ahash", "graphrefly-core", @@ -706,7 +706,7 @@ dependencies = [ [[package]] name = "graphrefly-storage" -version = "0.0.9" +version = "0.0.10" dependencies = [ "graphrefly-core", "graphrefly-graph", @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "graphrefly-structures" -version = "0.0.9" +version = "0.0.10" dependencies = [ "graphrefly-core", "graphrefly-graph", diff --git a/Cargo.toml b/Cargo.toml index 31116a4..da81c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default-members = [ # for wasm. [workspace.package] -version = "0.0.9" +version = "0.0.10" edition = "2021" rust-version = "1.95" license = "MIT OR Apache-2.0" @@ -29,11 +29,11 @@ authors = ["David Chen"] [workspace.dependencies] # In-workspace crates (path deps; bumped together pre-1.0) -graphrefly-core = { path = "crates/graphrefly-core", version = "0.0.9" } -graphrefly-graph = { path = "crates/graphrefly-graph", version = "0.0.9" } -graphrefly-operators = { path = "crates/graphrefly-operators", version = "0.0.9" } -graphrefly-storage = { path = "crates/graphrefly-storage", version = "0.0.9" } -graphrefly-structures = { path = "crates/graphrefly-structures", version = "0.0.9" } +graphrefly-core = { path = "crates/graphrefly-core", version = "0.0.10" } +graphrefly-graph = { path = "crates/graphrefly-graph", version = "0.0.10" } +graphrefly-operators = { path = "crates/graphrefly-operators", version = "0.0.10" } +graphrefly-storage = { path = "crates/graphrefly-storage", version = "0.0.10" } +graphrefly-structures = { path = "crates/graphrefly-structures", version = "0.0.10" } # Concurrency primitives # `arc_lock` enables `Arc>::lock_arc()` returning an diff --git a/crates/graphrefly-core/CHANGELOG.md b/crates/graphrefly-core/CHANGELOG.md index 6de44a6..734eafa 100644 --- a/crates/graphrefly-core/CHANGELOG.md +++ b/crates/graphrefly-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-core-v0.0.9...graphrefly-core-v0.0.10) - 2026-05-27 + +### Other + +- D298-D301 /qa fixes — marker format + cascade defense + doc closures + hash refresh + ## [0.0.9](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-core-v0.0.8...graphrefly-core-v0.0.9) - 2026-05-27 ### Fixed diff --git a/crates/graphrefly-graph/CHANGELOG.md b/crates/graphrefly-graph/CHANGELOG.md index 09702e7..0b963a2 100644 --- a/crates/graphrefly-graph/CHANGELOG.md +++ b/crates/graphrefly-graph/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.10](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-graph-v0.0.9...graphrefly-graph-v0.0.10) - 2026-05-27 + +### Other + +- D298-D301 /qa fixes — marker format + cascade defense + doc closures + hash refresh + ## [0.0.9](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-graph-v0.0.8...graphrefly-graph-v0.0.9) - 2026-05-27 ### Added