diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a658495d8..dd167ddd72 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 ac98580bbb..ce82778548 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5868,7 +5868,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 }