Skip to content

Commit

Permalink
Preparing release of 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Oct 11, 2023
1 parent d9fb67b commit 30268bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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).

## Unreleased

### Added
## [0.9.5](https://github.com/streamingfast/substreams-ethereum/releases/tag/v0.9.5)

* Generate ABI from bytes

Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.9.4"
version = "0.9.5"
edition = "2021"
description = "Substreams development kit for Ethereum chains, contains Firehose Block model and helpers as well as utilities for Ethereum ABI encoding/decoding."
homepage = "https://substreams.streamingfast.io/"
Expand All @@ -20,10 +20,10 @@ categories = ["api-bindings", "external-ffi-bindings", "wasm"]
rust-version = "1.60"

[workspace.dependencies]
substreams-ethereum = { version = "0.9.4", path = "./substreams-ethereum" }
substreams-ethereum-abigen = { version = "0.9.4", path = "./abigen" }
substreams-ethereum-core = { version = "0.9.4", path = "./core" }
substreams-ethereum-derive = { version = "0.9.4", path = "./derive" }
substreams-ethereum = { version = "0.9.5", path = "./substreams-ethereum" }
substreams-ethereum-abigen = { version = "0.9.5", path = "./abigen" }
substreams-ethereum-core = { version = "0.9.5", path = "./core" }
substreams-ethereum-derive = { version = "0.9.5", path = "./derive" }

[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 @@ -6,7 +6,7 @@ Requires `Bash`, [sfreleaser](https://github.com/streamingfast/sfreleaser) and [

```bash
# *Important* Do not forget to replace `0.9.2` below by your real version!
export version="0.9.2"
export version="0.9.2"

sd '^version = ".*?"$' "version = \"${version}\"" Cargo.toml
sd 'version = ".*?",' "version = \"${version}\"," Cargo.toml
Expand Down

0 comments on commit 30268bb

Please sign in to comment.