Skip to content

Commit

Permalink
Merge pull request #1433 from eqlabs/krisztian/bump-version-0.9.2
Browse files Browse the repository at this point in the history
chore: bump version to 0.9.2
  • Loading branch information
kkovaacs authored Oct 13, 2023
2 parents 44b9d65 + b52fea0 commit cc028ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ More expansive patch notes and explanations may be found in the specific [pathfi
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).

## Unreleased
## [0.9.2] - 2023-10-13

### Fixed

Expand Down
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.

2 changes: 1 addition & 1 deletion crates/executor/src/block_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub(super) fn construct_block_context(
gas_price: execution_state.gas_price.as_u128(),
invoke_tx_max_n_steps: 1_000_000,
validate_max_n_steps: 1_000_000,
max_recursion_depth: 50,
max_recursion_depth: 15,
})
}

Expand Down
2 changes: 1 addition & 1 deletion crates/pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathfinder"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.72"
Expand Down

0 comments on commit cc028ab

Please sign in to comment.