Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default-members = [
# for wasm.

[workspace.package]
version = "0.0.5"
version = "0.0.6"
edition = "2021"
rust-version = "1.95"
license = "MIT OR Apache-2.0"
Expand All @@ -29,11 +29,11 @@ authors = ["David Chen<clfhhc@gmail.com>"]

[workspace.dependencies]
# In-workspace crates (path deps; bumped together pre-1.0)
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" }
graphrefly-core = { path = "crates/graphrefly-core", version = "0.0.6" }
graphrefly-graph = { path = "crates/graphrefly-graph", version = "0.0.6" }
graphrefly-operators = { path = "crates/graphrefly-operators", version = "0.0.6" }
graphrefly-storage = { path = "crates/graphrefly-storage", version = "0.0.6" }
graphrefly-structures = { path = "crates/graphrefly-structures", version = "0.0.6" }

# Concurrency primitives
# `arc_lock` enables `Arc<ReentrantMutex<()>>::lock_arc()` returning an
Expand Down
21 changes: 21 additions & 0 deletions crates/graphrefly-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-core-v0.0.5...graphrefly-core-v0.0.6) - 2026-05-16

### Added

- *(native)* Option C β€” ergonomic async @graphrefly/native public surface (D206)
- clean up M1-M3
- clean up slice G

### Fixed

- fix ci
- fix batch
- *(qa)* native-auto-release is structurally loop-proof (tag-only)
- fix ci
- more porting
- clean up
- more operators
- clean up
- M4
- H+

## [0.0.5](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-core-v0.0.4...graphrefly-core-v0.0.5) - 2026-05-10

### Added
Expand Down
12 changes: 12 additions & 0 deletions crates/graphrefly-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-graph-v0.0.5...graphrefly-graph-v0.0.6) - 2026-05-16

### Added

- clean up M1-M3

### Fixed

- clean up
- more operators
- M4

## [0.0.2](https://github.com/graphrefly/graphrefly-rs/compare/v0.0.1...v0.0.2) - 2026-05-09

### Fixed
Expand Down
17 changes: 17 additions & 0 deletions crates/graphrefly-operators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-operators-v0.0.5...graphrefly-operators-v0.0.6) - 2026-05-16

### Added

- clean up M1-M3
- clean up slice G

### Fixed

- more porting
- clean up
- clean up
- more operators
- more operators
- clean up
- H+

## [0.0.4](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-operators-v0.0.3...graphrefly-operators-v0.0.4) - 2026-05-10

### Fixed
Expand Down
14 changes: 14 additions & 0 deletions crates/graphrefly-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-storage-v0.0.5...graphrefly-storage-v0.0.6) - 2026-05-16

### Added

- M4 - 1

### Fixed

- more porting
- parity tests
- clean up
- more operators
- M4

## [0.0.3](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-storage-v0.0.2...graphrefly-storage-v0.0.3) - 2026-05-09

### Other
Expand Down
12 changes: 12 additions & 0 deletions crates/graphrefly-structures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-structures-v0.0.5...graphrefly-structures-v0.0.6) - 2026-05-16

### Added

- M4 - 1

### Fixed

- abort and changeset
- m5 part 2
- m4

## [0.0.3](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-structures-v0.0.2...graphrefly-structures-v0.0.3) - 2026-05-09

### Other
Expand Down