From f08e6541e91ad3396f382d3c87163500365cf17e Mon Sep 17 00:00:00 2001 From: Francesco Ceccon Date: Tue, 17 Oct 2023 15:21:14 +0200 Subject: [PATCH] release: cli v0.3.1 --- Cargo.lock | 2 +- cli/CHANGELOG.md | 10 ++++++++++ cli/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d38a623..0c4ccbf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "apibara-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "apibara-core", "apibara-observability", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index dd416161..b8fca18e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.1] - 2023-10-17 + +_Minor bug fixes in the `apibara test` command._ + +### Fixed + + - Avoid storing sensitive information such as authentication tokens in the + test snapshots. + ## [0.3.0] - 2023-09-26 _Add the `apibara test` command._ @@ -39,6 +48,7 @@ _Introduce sink status gRPC service._ _First tagged release 🎉_ +[0.3.1]: https://github.com/apibara/dna/releases/tag/cli/v0.3.1 [0.3.0]: https://github.com/apibara/dna/releases/tag/cli/v0.3.0 [0.2.0]: https://github.com/apibara/dna/releases/tag/cli/v0.2.0 [0.1.0]: https://github.com/apibara/dna/releases/tag/cli/v0.1.0 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 18130e67..03dd6d0b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apibara-cli" -version = "0.3.0" +version = "0.3.1" edition.workspace = true license.workspace = true