Skip to content

Commit

Permalink
release: cli v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Oct 17, 2023
1 parent 92e0b70 commit f08e654
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apibara-cli"
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
license.workspace = true

Expand Down

0 comments on commit f08e654

Please sign in to comment.