From 970b55b1d4eb27eec5f26d87bf3546d3f6f8f703 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Thu, 6 Aug 2026 05:12:10 +0800 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd2f8a..5c013be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/SecurityRonin/shrinkpath/compare/shrinkpath-v0.1.2...shrinkpath-v0.1.3) - 2026-08-05 + +### Fixed + +- *(fish)* saturate dir_length(0); adopt canonical lints + ## [0.1.2](https://github.com/SecurityRonin/shrinkpath/compare/shrinkpath-v0.1.1...shrinkpath-v0.1.2) - 2026-07-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 6f78dbc..620cc7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "shrinkpath" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index c49c779..cad5782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shrinkpath" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Smart cross-platform path shortening for CLIs, prompts, and tools" license = "MIT OR Apache-2.0"