From 267d793e1e65aab99bc76ef00e486375ed5e5a8c Mon Sep 17 00:00:00 2001 From: colindickson Date: Wed, 15 May 2024 08:44:33 -0400 Subject: [PATCH] Preparing release of 0.5.17 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9a19c..614461f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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). +## 0.5.17 + +- Removed a store type added in 0.5.15 and 0.5.16 which added a store type which has been cancelled due to a design issue. + +## 0.5.16 + +- reverted + +## 0.5.15 + +- reverted + ## 0.5.14 - Add index keys protobuf in substreams crate diff --git a/Cargo.lock b/Cargo.lock index 359ef24..c218ce1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -635,7 +635,7 @@ dependencies = [ [[package]] name = "substreams" -version = "0.5.14" +version = "0.5.17" dependencies = [ "anyhow", "bigdecimal", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "substreams-macro" -version = "0.5.14" +version = "0.5.17" dependencies = [ "pretty_assertions", "prettyplease", diff --git a/Cargo.toml b/Cargo.toml index 3636d30..3fb9703 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.package] -version = "0.5.14" +version = "0.5.17" description = "Substreams SDK - A streaming data engine for The Graph - by StreamingFast" edition = "2018" homepage = "https://substreams.streamingfast.io/" @@ -17,7 +17,7 @@ categories = ["api-bindings", "external-ffi-bindings", "wasm"] rust-version = "1.60" [workspace.dependencies] -substreams-macro = { version = "0.5.14", path = "./substreams-macro" } +substreams-macro = { version = "0.5.17", path = "./substreams-macro" } [profile.release] lto = true