Skip to content

Commit

Permalink
release: cli v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Nov 10, 2023
1 parent 076cce7 commit a2ba5b1
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.4.0] - 2023-11-10

_Update Starknet filter._

### Changed

- Update the Starknet filter definition to support the new
`includeTransaction` and `includeReceipt` options.

## [0.3.3] - 2023-10-25

_Minor quality of life improvements._
Expand Down Expand Up @@ -68,6 +77,7 @@ _Introduce sink status gRPC service._
_First tagged release 🎉_


[0.4.0]: https://github.com/apibara/dna/releases/tag/cli/v0.4.0
[0.3.3]: https://github.com/apibara/dna/releases/tag/cli/v0.3.3
[0.3.2]: https://github.com/apibara/dna/releases/tag/cli/v0.3.2
[0.3.1]: https://github.com/apibara/dna/releases/tag/cli/v0.3.1
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.3"
version = "0.4.0"
edition.workspace = true
license.workspace = true

Expand Down

0 comments on commit a2ba5b1

Please sign in to comment.