diff --git a/Cargo.lock b/Cargo.lock index e9e1a9e..2850c54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,7 @@ dependencies = [ [[package]] name = "graphrefly-bindings-js" -version = "0.0.4" +version = "0.0.5" dependencies = [ "ahash", "graphrefly-core", @@ -615,7 +615,7 @@ dependencies = [ [[package]] name = "graphrefly-bindings-py" -version = "0.0.4" +version = "0.0.5" dependencies = [ "graphrefly-core", "graphrefly-graph", @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "graphrefly-bindings-wasm" -version = "0.0.4" +version = "0.0.5" dependencies = [ "graphrefly-core", "graphrefly-graph", @@ -639,7 +639,7 @@ dependencies = [ [[package]] name = "graphrefly-core" -version = "0.0.4" +version = "0.0.5" dependencies = [ "ahash", "criterion", @@ -656,7 +656,7 @@ dependencies = [ [[package]] name = "graphrefly-graph" -version = "0.0.4" +version = "0.0.5" dependencies = [ "blake3", "ciborium", @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "graphrefly-operators" -version = "0.0.4" +version = "0.0.5" dependencies = [ "ahash", "graphrefly-core", @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "graphrefly-storage" -version = "0.0.4" +version = "0.0.5" dependencies = [ "graphrefly-core", "graphrefly-graph", @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "graphrefly-structures" -version = "0.0.4" +version = "0.0.5" dependencies = [ "graphrefly-core", "graphrefly-graph", diff --git a/Cargo.toml b/Cargo.toml index 8d76739..60a4e04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default-members = [ # for wasm. [workspace.package] -version = "0.0.4" +version = "0.0.5" 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.4" } -graphrefly-graph = { path = "crates/graphrefly-graph", version = "0.0.4" } -graphrefly-operators = { path = "crates/graphrefly-operators", version = "0.0.4" } -graphrefly-storage = { path = "crates/graphrefly-storage", version = "0.0.4" } -graphrefly-structures = { path = "crates/graphrefly-structures", version = "0.0.4" } +graphrefly-core = { path = "crates/graphrefly-core", version = "0.0.5" } +graphrefly-graph = { path = "crates/graphrefly-graph", version = "0.0.5" } +graphrefly-operators = { path = "crates/graphrefly-operators", version = "0.0.5" } +graphrefly-storage = { path = "crates/graphrefly-storage", version = "0.0.5" } +graphrefly-structures = { path = "crates/graphrefly-structures", version = "0.0.5" } # 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 9385724..94e75ec 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.5](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-core-v0.0.4...graphrefly-core-v0.0.5) - 2026-05-10 + +### Added + +- rearchitecture + ## [0.0.4](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-core-v0.0.3...graphrefly-core-v0.0.4) - 2026-05-10 ### Added