Skip to content

Commit

Permalink
Preparing for release 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Jun 3, 2022
1 parent b10966f commit 7b30088
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 7 additions & 1 deletion docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ 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.12](https://github.com/streamingfast/substreams/releases/tag/v0.0.12)

### `substreams` server

* Various bug fixes around store and parallel execution.

### `substreams` CLI

* Fix null pointer exception at the end of CLI run in some cases.

* Do log last error when the CLI exit with an error has the error is already printed to the user and it creates a weird behavior.

## [v0.0.11](https://github.com/streamingfast/substreams/releases/tag/v0.0.11)
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.11"
version = "0.0.12"
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.11"
version = "0.0.12"
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.11", path = "../substreams-macro" }
substreams-macro = { version = "0.0.12", path = "../substreams-macro" }
prost = { version = "0.10.1" }
prost-types = "0.10.1"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion rust/test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "testing-substreams"
version = "0.0.11"
version = "0.0.12"
description = "Testing substreams base library"
edition = "2018"
publish = false
Expand Down

0 comments on commit 7b30088

Please sign in to comment.