diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c013be..ee7a0cb 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.4](https://github.com/SecurityRonin/shrinkpath/compare/shrinkpath-v0.1.3...shrinkpath-v0.1.4) - 2026-08-09 + +### Fixed + +- *(gitignore)* unanchor the target rule so nested cargo projects are ignored + ## [0.1.3](https://github.com/SecurityRonin/shrinkpath/compare/shrinkpath-v0.1.2...shrinkpath-v0.1.3) - 2026-08-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 620cc7b..826f3e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "shrinkpath" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index cad5782..2d6a732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shrinkpath" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Smart cross-platform path shortening for CLIs, prompts, and tools" license = "MIT OR Apache-2.0"