Skip to content

Commit

Permalink
Prepare for 0.0.8-beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed May 30, 2022
1 parent a9384e3 commit 409f4c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
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.

3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ 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
## [v0.0.8-beta](https://github.com/streamingfast/substreams/releases/tag/v0.0.8-beta)

* Fixed `substreams` crate usage from tagged version published on crates.io.

## [v0.0.7-beta](https://github.com/streamingfast/substreams/releases/tag/v0.0.7-beta)

Expand Down
2 changes: 1 addition & 1 deletion rust/substreams-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substreams-macro"
version = "0.0.7-beta"
version = "0.0.8-beta"
edition = "2018"
description = "Substream's proc macros."
authors = ["StreamingFast Contributors <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions rust/substreams/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substreams"
version = "0.0.7-beta"
version = "0.0.8-beta"
description = "Substreams SDK - A streaming data engine for The Graph - by StreamingFast"
edition = "2018"
homepage = "https://substreams.streamingfast.io/"
Expand All @@ -12,7 +12,7 @@ categories = ["api-bindings", "external-ffi-bindings", "wasm"]
rust-version = "1.60"

[dependencies]
substreams-macro = { version = "0.0.7-beta", path = "../substreams-macro" }
substreams-macro = { version = "0.0.8-beta", path = "../substreams-macro" }
prost = { version = "0.10.1" }
prost-types = "0.10.1"
hex = "0.4.3"
Expand Down

0 comments on commit 409f4c1

Please sign in to comment.