Skip to content

Commit

Permalink
Preparing release of 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Nov 10, 2023
1 parent ac8e3a7 commit 57ca2ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## Next
## 0.5.11

### Highlights

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.10"
version = "0.5.11"
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.10", path = "./substreams-macro" }
substreams-macro = { version = "0.5.11", path = "./substreams-macro" }

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export version=0.5.7

sd '^version = ".*?"$' "version = \"${version}\"" Cargo.toml
sd 'version = ".*?",' "version = \"${version}\"," Cargo.toml
sd '## Unreleased' "## ${version}" CHANGELOG.md
sd '## (Next|Unreleased)' "## ${version}" CHANGELOG.md

# Important so that Cargo.lock is updated and you "test
cargo test --target aarch64-apple-darwin # Change 'aarch64-apple-darwin' to fit your own platform!
Expand Down

0 comments on commit 57ca2ae

Please sign in to comment.