Skip to content

Commit

Permalink
Preparing release of 0.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed May 15, 2024
1 parent bbf2def commit 267d793
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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
Expand Down

0 comments on commit 267d793

Please sign in to comment.