From 82e6528b04043ae11c039b2d02f85715617828b6 Mon Sep 17 00:00:00 2001 From: Mirko von Leipzig Date: Mon, 20 Nov 2023 10:50:17 +0200 Subject: [PATCH] chore: v0.9.6 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 520eda1a04..8b3211bb8b 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.9.6] - 2023-11-20 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 42c1ec69d9..c75b150f56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5821,7 +5821,7 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathfinder" -version = "0.9.5" +version = "0.9.6" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index 1ee35a767f..54ce4104b6 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.9.5" +version = "0.9.6" edition = { workspace = true } license = { workspace = true } rust-version = { workspace = true }