Skip to content

Commit

Permalink
Preparing release of 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Aug 23, 2022
1 parent 775c6c7 commit dae1548
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 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.

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

### CLI

* Fixed error when importing `http/https` `.spkg` files in `imports` section.

Expand Down
3 changes: 1 addition & 2 deletions rust/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
- Update the [docs/release-notes/change-log.md](../docs/release-notes/change-log.md) to update the `## Unreleased` header to become `## [${version}](https://github.com/streamingfast/substreams/releases/tag/v${version})`
- Ensure that Keybase is running and your are logged in
- Ensure that `cargo login` has been done in your terminal
- Perform a dry-run mode of the release `./bin/release.sh v${version}` and fix any mistakes (if any)
- Commit everything with message `Preparing release of ${version}`.
- `./bin/release.sh v${version}` (Add `-f` before `v${version}` to doing the real non-dry mode)
- `./bin/release.sh -f v${version}`
- Git push everything (`git push origin develop v${version}`)
- Go to https://github.com/streamingfast/substreams/releases/tag/v${version} and update the release notes, use content of section `## [v${version}]` in [docs/release-notes/change-log.md](../docs/release-notes/change-log.md), edit GitHub release and paste content before commits listing, keep both:

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.19"
version = "0.0.20"
edition = "2018"
description = "Substream's proc macros."
authors = ["StreamingFast Contributors <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion rust/substreams/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substreams"
version = "0.0.19"
version = "0.0.20"
description = "Substreams SDK - A streaming data engine for The Graph - by StreamingFast"
edition = "2018"
homepage = "https://substreams.streamingfast.io/"
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.19"
version = "0.0.20"
description = "Testing substreams base library"
edition = "2018"
publish = false
Expand Down

0 comments on commit dae1548

Please sign in to comment.