From c86ee370a93cd48918bee09fd438905e720bd788 Mon Sep 17 00:00:00 2001 From: Roger Duthie <343584+rjaduthie@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:26:59 +0100 Subject: [PATCH] chore(release-1.0.2): Update CHANGELOG and Cargo.toml --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]]