Skip to content

Commit 97ad303

Browse files
authored
Merge pull request #2132 from eqlabs/release/v0.14.0
chore: bump version to 0.14.0
2 parents d57cbea + 9792efd commit 97ad303

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ More expansive patch notes and explanations may be found in the specific [pathfi
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## Unreleased
10+
## [0.14.0] - 2024-07-22
1111

1212
### Added
1313

14+
- Support for Starknet v0.13.2.
1415
- Pathfinder now creates a new directory if the database path specified does not exist.
1516
- Pathfinder now has a CLI option (`--rpc.custom-versioned-constants-json-path`) to allow loading a custom versioned constants JSON file. When specified the contents of the file is then used instead of the _latest_ constants built into the blockifier crate during execution of Cairo code.
1617

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lto = true
3838
opt-level = 3
3939

4040
[workspace.package]
41-
version = "0.13.2"
41+
version = "0.14.0"
4242
edition = "2021"
4343
license = "MIT OR Apache-2.0"
4444
rust-version = "1.76"

crates/load-test/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)