From 042bd68f718109f12abafc204881fef2ef009be2 Mon Sep 17 00:00:00 2001 From: Krisztian Kovacs Date: Wed, 29 Nov 2023 10:42:38 +0100 Subject: [PATCH] chore: bump version to 0.10.0 --- 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 4d3436a188..96f1bab8c8 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.0] - 2023-11-29 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2310d80bb2..6f1314a497 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5869,7 +5869,7 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathfinder" -version = "0.9.7" +version = "0.10.0" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index c409e7beb2..aafdda4796 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.9.7" +version = "0.10.0" authors = { workspace = true } edition = { workspace = true } license = { workspace = true }