From c17d3cdf042447bd2b9364f052bd8d434abdeb0b Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Tue, 30 Jan 2024 15:20:11 -0500 Subject: [PATCH] Preparing release of 1.3.1 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- substreams.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e4d9b..6d09fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.3.1] + +Maintenance release introducing experimental hidden methods to deal with arrays. + ## [1.3.0] Better support for using composite primary keys: diff --git a/Cargo.lock b/Cargo.lock index 99a4a6e..49ba094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -390,7 +390,7 @@ dependencies = [ [[package]] name = "substreams-database-change" -version = "1.3.0" +version = "1.3.1" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index bced6ac..2cd3f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substreams-database-change" -version = "1.3.0" +version = "1.3.1" edition = "2021" description = "Substreams database change containg helpers" authors = ["StreamingFast Contributors "] diff --git a/substreams.yaml b/substreams.yaml index 9471a86..bd81930 100644 --- a/substreams.yaml +++ b/substreams.yaml @@ -1,7 +1,7 @@ specVersion: v0.1.0 package: name: substreams_sink_database_changes - version: v1.3.0 + version: v1.3.1 url: https://github.com/streamingfast/substreams-sink-database-changes doc: Contains all the definitions for the database changes which can be emitted by a Substreams.