diff --git a/CHANGELOG.md b/CHANGELOG.md index 9acb24e..f3d34db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## v1.0.2 (2026-04-13) ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e99e486..fd1344f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1394,7 +1394,7 @@ dependencies = [ [[package]] name = "pathFinder" -version = "1.0.2-alpha.0" +version = "1.0.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 79f5721..d6b022a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathFinder" -version = "1.0.2-alpha.0" +version = "1.0.2" edition = "2021" [[bin]]