From 93fb70a8f2bb0a810f4104b918dd2f8469a23d41 Mon Sep 17 00:00:00 2001 From: "graphrefly-write-content[bot]" <273486130+graphrefly-write-content[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 21:17:14 +0000 Subject: [PATCH] chore: release v0.0.10 --- Cargo.lock | 2 +- crates/graphrefly/CHANGELOG.md | 14 ++++++++++++++ crates/graphrefly/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 crates/graphrefly/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 2b5d566..53b8068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,7 +333,7 @@ dependencies = [ [[package]] name = "graphrefly-rs" -version = "0.0.1" +version = "0.0.2" dependencies = [ "futures-core", "futures-util", diff --git a/crates/graphrefly/CHANGELOG.md b/crates/graphrefly/CHANGELOG.md new file mode 100644 index 0000000..9061b5f --- /dev/null +++ b/crates/graphrefly/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.2](https://github.com/graphrefly/graphrefly-rs/compare/graphrefly-rs-v0.0.1...graphrefly-rs-v0.0.2) - 2026-07-07 + +### Other + +- provide protobuf fixtures for rust tests diff --git a/crates/graphrefly/Cargo.toml b/crates/graphrefly/Cargo.toml index 24c33f0..0753d69 100644 --- a/crates/graphrefly/Cargo.toml +++ b/crates/graphrefly/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphrefly-rs" -version = "0.0.1" # first clean-slate crates.io release +version = "0.0.2" description = "GraphReFly — reactive universal reduction layer (Rust clean-slate substrate)" edition = { workspace = true } rust-version = { workspace = true }