Skip to content

Commit

Permalink
Releasing v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed May 5, 2023
1 parent 1704d44 commit 0cf8fd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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
## v2.0.0

### Highlights

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/spf13/viper v1.15.0
github.com/streamingfast/logging v0.0.0-20221209193439-bff11742bf4c
github.com/streamingfast/substreams v1.0.3-0.20230413172658-137b8e69b6de
github.com/streamingfast/substreams-sink v0.1.1-0.20230420161857-72fa2fe5072f
github.com/streamingfast/substreams-sink v0.2.0
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.23.0
google.golang.org/protobuf v1.29.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
github.com/streamingfast/substreams v1.0.3-0.20230413172658-137b8e69b6de h1:3Z+I+MNz7QZOa/5t1Sda7WDVL/dUjuPl5MJ7ZUGHK3k=
github.com/streamingfast/substreams v1.0.3-0.20230413172658-137b8e69b6de/go.mod h1:CfbtWs0XXqsqE5FGY1sv6yidqPnZsj+Uie5XaK0/qco=
github.com/streamingfast/substreams-sink v0.1.1-0.20230420161857-72fa2fe5072f h1:UPWS6dPEdQJMQDvjtVwE2h3s3RqF11X4RVAdzv7GYrk=
github.com/streamingfast/substreams-sink v0.1.1-0.20230420161857-72fa2fe5072f/go.mod h1:F0iZNIohBuQinI24Z3bMrmxNtMJpFRP6eP+mFxolCpk=
github.com/streamingfast/substreams-sink v0.2.0 h1:dYyF7kKBxRYweIDwfcpWKfddODoYP5AVnVT7+pFqrz8=
github.com/streamingfast/substreams-sink v0.2.0/go.mod h1:F0iZNIohBuQinI24Z3bMrmxNtMJpFRP6eP+mFxolCpk=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
Expand Down

0 comments on commit 0cf8fd9

Please sign in to comment.