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"