From ed5dc9d13e20ad08021a8fb1d04b539e27ca5b7c Mon Sep 17 00:00:00 2001 From: Krzysztof Lis Date: Fri, 22 Dec 2023 17:23:12 +0100 Subject: [PATCH] chore: prepare 0.10.3-rc1 release --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- crates/pathfinder/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d319120005..24f125d73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.3-rc1] - 2023-12-22 ### Added diff --git a/Cargo.lock b/Cargo.lock index 06b339d70d..f3bda9fbe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5902,7 +5902,7 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathfinder" -version = "0.10.3-rc0" +version = "0.10.3-rc1" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index 8f3161dab4..5d4de67994 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.10.3-rc0" +version = "0.10.3-rc1" authors = { workspace = true } edition = { workspace = true } license = { workspace = true }