Skip to content

Commit

Permalink
release: cli v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed May 23, 2024
1 parent 238a6ea commit 90853a0
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,16 @@ 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.5.0] - 2024-05-23

_Improve `apibara test` command when working with floating point numbers._

### Added

- Add a `testOptions` section to `apibara test` snapshots.
- Add the `testOptions.floatingPointDecimals` option to control up to how many
decimal places to compare floating point numbers in snapshots.

## [0.4.2] - 2024-01-19

_Allow network access._
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.4.2"
version = "0.5.0"
edition.workspace = true
license.workspace = true

Expand Down

0 comments on commit 90853a0

Please sign in to comment.