From 75f02a51f79dd635e988ce5e255cd42eba51c1c3 Mon Sep 17 00:00:00 2001 From: Mirko von Leipzig Date: Thu, 14 Dec 2023 10:30:32 +0200 Subject: [PATCH 1/2] chore: testnet only release --- Cargo.lock | 2 +- crates/pathfinder/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cb7c0bbe6..df1b7e3f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5869,7 +5869,7 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathfinder" -version = "0.10.2" +version = "0.10.3-rc0" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index 2e473afca5..a5abc65202 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.10.2" +version = "0.10.3-rc0" authors = { workspace = true } edition = { workspace = true } license = { workspace = true } From ec0cfa373657d948ed04c29033a65ee5fb89b7ae Mon Sep 17 00:00:00 2001 From: Mirko von Leipzig Date: Thu, 14 Dec 2023 11:08:55 +0200 Subject: [PATCH 2/2] chore: changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102ad60d6b..31b942ba0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Changed +## [0.10.3-rc0] - 2023-12-14 -- Fee estimations are now in-line with the new reduced values for Starknet 0.13.0. +### Changed -## [0.10.2] - 2023-12-13 +- Fee estimations are now compatible with starknet v0.13 and *incompatible* with starknet v0.12.3. ### Added