From 3de75f423af10fa795e384eb36b12f52535fd86d Mon Sep 17 00:00:00 2001 From: Krisztian Kovacs Date: Wed, 16 Aug 2023 15:07:13 +0200 Subject: [PATCH 1/2] chore: bump version number to 0.7.2 --- Cargo.lock | 2 +- crates/pathfinder/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b6f5c704a..169fb99294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6383,7 +6383,7 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathfinder" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index df72071fed..86c08d3ec3 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.70" From 5aa8f7876a78e8f1752f22ea4c655f4c62955218 Mon Sep 17 00:00:00 2001 From: Krisztian Kovacs Date: Wed, 16 Aug 2023 15:08:03 +0200 Subject: [PATCH 2/2] chore: update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced389fab3..0ecd84f056 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.7.2] - 2023-08-16 ### Fixed